DarWin is a web application, where users can keep track of their daily calorie intake and how much calories they have burnt. Users can search nutritional information of their food items as well as calories information of specific exercises with given amount of excercise time to record onto their log. The daily calories burnt also keeps track of the baseline calories burnt dependent on the users' weight, height, gender, and age.
From within the root directory:
sudo npm install -g bower
npm install
To start up the server, from within the root directory:
npm run server-dev
To start up the front-end, from within the root directory:
npm run react-dev
- Product Owner: Stas Savciuc
- Scrum Master: Julie Jung
- Development Team Members: Sarah Gujadhur, Arjun Logeswaran
Once logged in, the user is led to the Daily page with the daily summary of calories intake and calories burnt.
User can search and input food items and exercises to keep track of their daily calorie log.
DarWin uses the Airbnb JavaScript Style Guide.
See CONTRIBUTING.md for contribution guidelines.
DarWin uses the MIT License