An app to keep track of your nutrition.
Select a food and indicate carbs, protein and fat amount.
The app calculates the calories of the added food. It also keeps track of the total calories of all the foods added.
An open API is used to store and fetch the food with their information.
- snackbar
- chart.js
First install dependencies:
npm install
To run in hot module reloading mode:
npm start
To create a production build:
npm run build-prod
node dist/bundle.js
Made with createapp.dev