The Get Healthy app is an ASP.NET web application designed to help you track your daily food intake and nutritional information. It features a comprehensive database of foods, a daily entry log, and a history log that updates automatically every 24 hours. The app's design imitates the look of paper and blue pen, complemented by purple elements, providing a visually appealing and intuitive user experience.
- Food Database: A detailed table containing food that you eat and its nutritional information.
- Today's Entries: A table where you can log your daily food intake.
- History: Automatically updates every 24 hours to move the previous day's entries to the history table.
The application utilizes the following fonts for a visually appealing and user-friendly experience:
Avocado icons created by Freepik - Flaticon
To get started with the Get Healthy, follow these steps:
- Clone the repository:
git clone https://github.com/notedwinpiatek/Healthy.git
- Navigate to the project directory:
cd Healthy
- Restore the project dependencies:
dotnet restore
- Build the project:
dotnet build
- Run the application:
dotnet run