TaskyApp is a simple and intuitive task management application built with Swift and UIKit. It helps users organize their daily tasks and boost productivity by providing an easy way to add, complete, and manage their to-do lists.
- Add New Tasks: Quickly add new tasks with a title and an optional description.
- Mark Tasks as Complete: Easily mark tasks as completed with a tap.
- Delete Tasks: Remove tasks that are no longer needed by swiping to delete.
- Persistent Storage: All tasks are saved locally using
UserDefaults
, ensuring your tasks are available even after closing the app. - User-Friendly Interface: A clean and simple UI designed with UIKit, offering a smooth user experience.
- Swift: The primary programming language.
- UIKit: Apple's framework for building graphical, event-driven user interfaces.
- UserDefaults: Used for local data persistence to store and retrieve tasks.