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 installTo run in hot module reloading mode:
npm startTo create a production build:
npm run build-prodnode dist/bundle.jsMade with createapp.dev