A simple To-Do List app built with SwiftUI to make organization and productivity easier. This project was developed to explore the power and simplicity of SwiftUI in creating intuitive and responsive interfaces.
Add tasks
: Quickly create new tasks.Delete tasks
: Remove completed or unwanted tasks.Mark as completed
: Visual control of completed tasks.Clean and intuitive interface
: Focused on providing a smooth, minimalist user experience.
Swift
SwiftUI
Main Screen | Task added on Screen |
---|---|
- iOS 15.0 or later
- Xcode 13.0 or later
- Clone this repository:
git@github.com:aninhabort/todo-list-app.git
- Open the project in Xcode.
- Run on the simulator or a physical device.