https://adamilyas.github.io/health-story/
Pardon the lame design and bad code. I did this when I first started the coding and I'm lazy to do anything about it.
npm i
npm start
Install gh-pages as dev dependencies
npm install gh-pages --save-dev
set package.json -> homepage to be your github page url and add the necessary predeploy
and deploy
steps. Finally, run the following:
npm run predeploy; npm run deploy;
Simple Health Tracking App Mockup, built using React
View here for more information on the project
Todo: Search input food from database to obtain calories, add to daily calories
Todo: Search exercise type from database to obtain calories, subtract from daily calories