- Introduction
- Technologies
- Features
- Illustrations
- Possible Future Extensions
- Set Up
- Organizational Resources
- Sources
- Contributors
- Project Specs
Get Fit is a health and fitness tracking app. It allows a user to review their daily and weekly health goals in a bright, friendly display.
The dashboard displays
- Daily and weekly water consumption
- Daily hours of sleep and sleep score compared to user's average
- Weekly hours slept
- Daily activities including total steps, minutes active, flights of stairs climbed, and miles walked so that a user can keep track of their goals and their progress.
tablet view | mobile view |
---|---|
![]() |
![]() |
This app has lots of potential extensions including
- Date selection so a user can choose daily and weekly reports from their history
- Display weekly fitness activity
- Let users invite friends to a fitness activity challenge
- Fork this repo
- In your terminal run
git clone [email protected]:rachelJensen/get-fit.git
- In your terminal clone down this API repo
- In a new terminal window cd into the API directory and run npm install and then npm start
- Finally, open a browser and go to
localhost:8080
- The details of this project are outline in this project spec.