This project is a clone of the popular task management app, Things 3, built using SwiftUI. It is designed to demonstrate the implementation of modern SwiftUI features, Core Data for persistence, and an MVVM architectural pattern. The app allows users to create tasks, organize them into projects, categorize projects, and tag tasks for efficient management.
- Task Management: Create, edit, and delete tasks.
- Projects: Group tasks into projects.
- Categories: Organize projects into categories.
- Tags: Assign tags to tasks for better organization.
- Data Persistence: Using Core Data.
Clone the repository using the following command:
git clone [URL to your repository]