Skip to content

An adaptive nutrition tracking web app, built with React and Spring Boot.

License

Notifications You must be signed in to change notification settings

IChowdhury01/NutriDiary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

An adaptive nutrition tracking web app, built with React and Spring Boot.

build-pending release-v0.1 dependencies-up-to-date license-MIT

Project Description

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.

Getting Started

Prerequisites

Local Installation

Frontend

  1. Open your shell and navigate to the /frontend folder.

  2. npm start

  3. Open your browser and go to http://localhost:3000/

Backend

  1. Download the JAR file from the releases tab.
  2. Open a shell and navigate to the folder with the JAR file: /backend/target.
  3. java -jar nutridiary-<version_number>.jar
  4. Open your browser and go to http://localhost:8080/test

Contributing

This project is currently not accepting open-source contributors, though it may in the future.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

The algorithm used for calculating TDEE was adapted from nSuns' TDEE 3.0 spreadsheet.