This simple To-Do List application allows you to manage your tasks efficiently. You can add tasks, mark them as complete, and edit their details.
- Add Tasks: Easily add new tasks to your list.
- Edit Tasks: Update task names and mark them as complete.
- Delete Tasks: Remove tasks that are no longer needed.
- Add Priorities: Add different levels of priorities to your tasks
- SwiftUI: The user interface is built using SwiftUI, providing a modern and intuitive user experience.
- Core Data: Utilizes Core Data for data persistence, storing tasks and their details.
- Xcode: Developed using Apple's Xcode IDE for iOS app development.
- Preview: The project includes previews to facilitate easy testing and development.
- Clone the repository.
- Open the project in Xcode.
- Build and run the app on a simulator or physical device.
- Add, edit, mark complete, and delete tasks to manage your to-do list efficiently.
To install and run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/OoEthanoO/To-Do-List
-
Open the project in Xcode:
cd To-Do-List open ToDoList.xcodeproj -
Build and run the app using the selected simulator or device.
Contributions are welcome! If you'd like to contribute to this project, feel free to open issues or submit pull requests.