Welcome to the Task Manager, a beautifully designed iOS application built with Swift and SwiftUI. This app focuses purely on user interface design and layout, showcasing an intuitive and visually appealing task management experience.
- 🧱 Based on MVVM — Clean architecture using the Model-View-ViewModel pattern for scalable UI code.
- 💫 Modern Animations — Smooth transitions and interactive elements built with SwiftUI.
- 📝 Minimal Task List View — Focused, clutter-free layout for managing tasks at a glance.
- 📱 Responsive Design — Fully adaptive UI optimized for all iPhone screen sizes and orientations.
- Language: Swift 5.0+
- Framework: SwiftUI
- Platform: iOS 18.0+
- Clone the repository:
git clone https://github.com/your-username/TaskManager-iOSApp.git cd TaskManager-iOSApp

