Skip to content

ElaFinIta/food-tracking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published