An adaptive nutrition tracking web app, built with React and Spring Boot.
NutriDiary is a web app made to assist users with calorie tracking and workout logging. It features an adaptive calculator that tracks your calorie consumption and weight, and calculates how many calories you need to eat to lose or gain weight in accordance with your goals. To use the app, simply create an account, enter your weight gain/loss goals, and track your calories and weight each day. The calculator will automatically determine how many calories you'll need to consume daily to reach your goals, and its accuracy will increase over time.
See the design folder for more information.
-
Open your shell and navigate to the
/frontend
folder. -
npm start
-
Open your browser and go to http://localhost:3000/
- Download the JAR file from the releases tab.
- Open a shell and navigate to the folder with the JAR file:
/backend/target
. java -jar nutridiary-<version_number>.jar
- Open your browser and go to http://localhost:8080/test
This project is currently not accepting open-source contributors, though it may in the future.
This project is licensed under the MIT License. See the LICENSE file for details.
The algorithm used for calculating TDEE was adapted from nSuns' TDEE 3.0 spreadsheet.