Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 2.41 KB

README.md

File metadata and controls

58 lines (38 loc) · 2.41 KB

FitLit

A site for tracking various data of users including user information, friends, step goals, sleep information, and hydration information.

Background/About

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.

APIs Used

Primary Technologies Used

javascript badge html badge css badge webpack badge webpack badge webpack badge

Fluid Meter Library

Next Steps

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

Preview of App

FitLit

Set Up

  1. Fork this repository
  2. Clone your own local version of the repository
  3. Run npm install to install project dependencies
  4. Run npm start to start the server
  5. Navigate to the address provided within the terminal ex: http://localhost:8080/

Test Driven Development

This application uses a combination of Mocha Testing Framework and Chai Assertion Library

  • Run npm test from the associated root directory

Contributors

Deployed Page

FitLit