A Fitness Web App
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
“Strength does not come from the physical capacity. It comes from an indomitable will.”– Ghandi
FitnessUp is a collaborative website made by Renzo and Boshi with aims to provide CRUD functionality to the users all while maintaining an aesthetically pleasing interface. This website aims to be utilized as a way to store food informations, and allowing users to access that stored information to calculate the total calories of their food.
The website is fully equiped with a bunch of amazing features: A functional login / signup page enchanced with email verification, forgot password feature as well as a personalized homepage for each user.
In addition we make sure that we are delivering the best design possible, one example is our customized login page with canvas and AJAX as the validator
This website depends on all 8 tables in the fitnessUp database. One of them is the food table which we will take a look at below:
foodID | foodName | foodCategoryID | foodGI | foodGL | foodProtein | foodCarbs | foodFat | foodCalorie |
---|---|---|---|---|---|---|---|---|
1 | Apple | 1 | 40 | 6 | 0.30 | 16.60 | 0.20 | 16.00 |
2 | Salmon | 4 | 20 | 15 | 20.00 | 0.00 | 4.00 | 127.00 |
3 | Banana | 1 | 47 | 11 | 1.20 | 27.60 | 0.40 | 24.00 |
Ofcourse, we couldn't have made it without the help of some frameworks. Below are the list:
To get a local copy up and running follow these simple example steps.
How to install.
- npm
npm install npm@latest -g
- Clone the repo
git clone https:://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
Now, lets demo the website shall we?
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- MIT license
- Copyright 2019 © FitnessUp.
Renzo W | Boshi Pan |
---|---|
github.com/renwid |
github.com/BoshiEddie |