A site for tracking various data of users including user information, friends, step goals, sleep information, and hydration information.
Having a clear and concise overview of activity and tracking it over time is crucial for any fitness/activity related application. Using data fetched from an API, this application simulates viewing activities of random users over a 7 day period.
Additional enhancements could include:
- Animating the circle progress bars like the fluid meter
- Allowing the user to choose a date instead of defaulting to the most recent
- Add an activity tracking widget based on the unused data from activity API
- Fork this repository
- Clone your own local version of the repository
- Run
npm install
to install project dependencies - Run
npm start
to start the server - Navigate to the address provided within the terminal ex: http://localhost:8080/
This application uses a combination of Mocha Testing Framework and Chai Assertion Library
- Run
npm test
from the associated root directory