Welcome to the HealthyCookies repository. This project is an app designed to help people track their food intake and make it easier to calculate their daily calorie intake to become healthier. Our app doesn't need internet access and everything is stored on the user's phone in cookies. That's why we chose the name HealthyCookies.
Table of Contents
- Screenshot
- Installation
- Usage
- Features
Here are some screenshots and GIFs showcasing the application:
To set up this project on your local machine, follow these steps:
-
Clone the repository:
- git clone https://github.com/HealthyCookies/final_project.git
- cd final_project
-
For this project You will need to have a Flutter and Dart SDK.
- Flutter
- Dart SDK
-
Install the necessary dependencies:
- flutter pub get
-
Start the development server:
- flutter run
Once the application is set up, you can start using it via Android:
flutter build apk --release This command will build apk file that you can install and use on your android
- Tracking Calories: User can track their calories consumption during the day
- Adding a meal info: Ability to add detailed information about eaten meals
- Light/Dart themes: Supporting both light and dark themes to cater to different user preferences.
- Localization: Implemented localization for Russian (RU) and English (ENG) makes the app more accessible to a broader audience.
- Menu List: Nutrient's information about several most regular meals.
https://www.canva.com/design/DAGRkMhIQiI/OjFF81rcO9lVfRTZd6eGgQ/edit



