It is a simple and intuitive mobile application built with Flutter using the Dart programming language. This app helps users build and maintain habits by tracking their daily routines.
- Track Habits by Date: Add habits and view your progress over time with a date-wise tracking feature.
- Dark and Light Mode: Choose between a light theme or a dark theme based on your preference or device settings.
- Add & Remove Habits: Easily add new habits to track or delete existing ones when no longer needed or edit the old habbit.
- User-Friendly Interface: The app is designed to be simple and easy to use, making it perfect for beginners and advanced users alike.
- Flutter: For building the cross-platform user interface.
- Dart: As the programming language powering the application.
To run this app on your local machine, follow these steps:
- Install Flutter SDK: Flutter Installation Guide
- Install a code editor like Visual Studio Code or Android Studio.
- Set up an Android or iOS emulator (or use a physical device).
- Clone the repository:
git clone <repository_url>
- Navigate to the project directory:
cd habit_tracker_app
- Get the required packages:
flutter pub get
- Run the app:
flutter run
Happy coding! 🎉