CalFit
For some people, keeping track of food and calorie intake can be helpful for promoting weight loss.
Research shows that people who log calories lose more weight and are more likely to keep the weight off in the long run.
CalFit tracks your weight and calculates a recommended daily calorie intake. It also has a well-designed food diary and an exercise log.
Tech Stack Used
Server Side :
Node & Express
Client Side :
React and material ui
Other services:
Api : edamam food database Api
Problem Faced :
1. Faced difficulty in integrating api in our app.
Run Locally
Clone the project
git clone https://github.com/Videh75/CalorieTracker_RNSIT-Hack
Go to the project directory
Install dependencies
npm install
Start the server
npm start
cd client
Install dependencies
npm install
Start the client server
npm start