Todoey is a SwiftUI-based To-Do List application that allows users to manage their tasks efficiently. The app supports local data storage using Core Data, enabling users to perform CRUD (Create, Read, Update, Delete) operations on their tasks.
- Add Tasks: Create new tasks with a title and completion status.
- View Tasks: View a list of all tasks with their titles and completion status.
- Update Tasks: Mark tasks as completed or edit task titles.
- Delete Tasks: Remove tasks from the list when they are no longer needed.
- User Registration & Login: Basic user authentication with email and password using Core Data.
-
Clone the repository:
git clone https://github.com/username/repositoryname.git
-
Open the project in Xcode.
-
Run the project on the iOS Simulator or your iOS device.
- Registration: New users can create an account by providing their name, email, and password.
- Login: Existing users can log in with their email and password.
- Manage Tasks: Once logged in, users can start managing their tasks through the app's intuitive interface.
- SwiftUI: For building the user interface.
- Core Data: For local data storage and persistence.
- Xcode: Integrated development environment (IDE) used for app development.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your branch and open a pull request.
For any inquiries or feedback, feel free to reach out:
manyolo
:)