A modern Flutter-based task management app with backend integration.
This project demonstrates clean UI design, state management, and backend connectivity, making it a great reference for learning or portfolio showcasing.
- π User authentication (login & signup)
- π Create, edit, and delete tasks
- π Task detail view
- π Organized home dashboard
- π¨ UI inspired by Figma design
This projectβs UI is based on a Figma community design by Kelvin William.
π View the Figma file
- Flutter SDK
- A connected backend (configure your API endpoints in the project)
# Clone the repository
git clone https://github.com/your-username/taskly-flutter.git
# Navigate into the project
cd taskly-flutter
# Get dependencies
flutter pub get
# Run the app
flutter run