A Swift iOS app that allows users to manage a todo list with local storage using FileManager, built to practice task management, local data storage, and table view functionality.
- Add new Todo tasks
- Mark tasks as completed or pending
- Delete tasks
- Reorder tasks within the list
- 🚀 Launch Screen: Animated text welcoming users to the app.
- 💾 Local Storage: Todo items are stored locally using
FileManagerto persist tasks across app launches. - 📝 Task Management: Users can add, complete, delete, and reorder tasks within the app.
- 🎨 UI Enhancements: Custom table view cell styling and smooth user experience for managing tasks.
- Swift
- UIKit
- FileManager (for local data storage)
- Auto Layout (for responsive UI)
- UITableView (for displaying the tasks)
To get started with the project, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/muhammetyigit/TodoApp.git open TodoApp.xcodeproj
This project is licensed under the MIT License - see the LICENSE file for details.



