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