Mood Tracker is a simple and easy-to-use Flutter application designed to help you track your moods every day. Users can choose from existing mood labels or create their own with custom colors and names. With a colorful display of circles, you'll be able to see your mood patterns throughout the entire year at a glance.
Follow these steps to run the Mood Tracker application on your local machine:
-
Clone the Repository
Open your terminal and run:
git clone https://github.com/Alyona-art/mood-tracker.git
-
Change Directory
Navigate into the project folder:
cd mood-tracker
-
Clean the Project
Run the following command to clean the project:
flutter clean
-
Get Dependencies
Fetch the project dependencies by running:
flutter pub get
-
Build the Project
Finally, build the project using:
dart run build_runner build --delete-conflicting-outputs
Now, you are ready to run the Mood Tracker app! Enjoy tracking your moods!