This is a mobile tracking app for measuring weight and the nutritional intakes. Individuals can create an account and when logged, can add their measurements and preview the amount of the basic nutrients or total amount of energy consumed and burned. This application is connected to a REST API built with Ruby on Rails. The design of the project is inspired by Gregoire Vella on Behance and can be found here. The base url of the backend API can be found here.
Contents |
---|
| Live Demo | | Screenshot | | Built With | | Getting Started | | Contributing | | Authors | | License |
- React.js
- Redux
- SCSS
git clone [email protected]:udberg/health-tracker.git
cd health-tracker
npm install
npm run start
To run the tests:
npm test
- Fork the project
- Create your feature branch
git checkout -b awesome-feature
- Commit your changes
git commit -m 'Awesome feature'
- Push it
git push -u origin awesome-feature
- Open a pull request using this branch
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!