[WIP]
This is a nutrition tracking web app that will feature user's nutrients intake control, a database/API of foods to choose from, food logging and weight progress graph.
The project is live on Netlify. Just put in some data in the form and press Enter to access the dashboard interface.
- Clone the repo
- Install dependencies:
yarn install - Develop:
yarn start:dev - Build:
yarn build
Other:
- Lint JS code:
yarn lint - Fix JS code style:
yarn prettify

