Taskly - Minimalist Todo App
A lightweight, simple Todo app built with SwiftUI for iOS.
Features
- Add new tasks quickly
- Mark tasks as completed
- Delete tasks with ease
- Persistent storage using UserDefaults
Requirements
- iOS 15.0+
- Xcode 13.0+
- Swift 5.5+
Installation
-
Clone the repository:
git clone https://github.com/sukitsubaki/taskly.git
-
Open the project in Xcode:
cd taskly open Taskly.xcodeproj -
Build and run the app in the iOS simulator or on a physical device.
Usage
- Tap the text field to add a new task
- Tap the "+" button to save the task
- Tap the circle next to a task to mark it as completed
- Swipe left to delete a task
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.