Nutri Fit is a nutrition tracking app that helps users calculate the amount of macros and calories from the food consumed.
- Clone the repo
git clone https://github.com/dalmia007/nutri-fit-client.git
cd client
- Go to the client directory
cd client
- Install dependencies
npm install
- Go to (https://developer.edamam.com/food-database-api) and create an account of your choice to obtain the APP_KEY and APP_ID. After that create a .env file in the root folder and paste the keys in the following format:
REACT_APP_API_KEY = Your App Key
REACT_APP_APP_ID = Your App ID
- Start development server
npm start
- React - Front end library for building user interfaces
- Material UI - React components for faster and easier web development.
- Love, lots of love ♥
Improvements are welcome :)
Fork the repo and do your thing. Push to your fork and submit a pull request.
Anurag Dalmia - Github - LinkedIn
This project is licensed under the MIT License.