To-Do List App 📝
A sleek, intuitive to-do list application built with SwiftUI and structured using the MVVM (Model-View-ViewModel) architectural pattern. This app allows users to seamlessly manage their daily tasks with a clean and responsive UI, taking full advantage of SwiftUI's declarative syntax and MVVM's separation of concerns.
Features
Task Creation & Management: Add, edit, and delete tasks effortlessly. Real-Time Updates: SwiftUI reactivity keeps the UI in sync with task state changes. Data Persistence: Save tasks between sessions for a seamless user experience. Responsive Design: Optimized layout for both iPhone and iPad. Technologies Used
SwiftUI: Modern UI framework for building visually stunning and interactive interfaces. MVVM Architecture: Separates business logic from the UI, making code clean and testable. Getting Started
Clone the repository, open the project in Xcode, and hit Run to experience the simplicity and power of this to-do list app.