Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 676 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 676 Bytes

food-tracking-app

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.

Needed node modules:

  • snackbar
  • chart.js

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

Running

node dist/bundle.js

Credits

Made with createapp.dev