Staying in shape can be difficult. With all the stresses of life, keeping track of basic health statistics such as step count, fluid intake, and sleep can easily get away from you. Fit Lit is a web application designed to help users stay on track! Fit lit takes step count, sleep quality and longevity, and water consumed, stores it using API's, and then that data in an easily readable, helpful display.
This project was completed during two 1 week sprints in the second module of the Turing Program. The first sprint focused on implementing Test Driven Development (TDD), building an understanding of using asynchronous JavaScript to retrieve data from RESTful API's, and using GitHub Projects to plan and execute remote group work. The second sprint focused primarily on implementing feedback and building extensions on an existing code base, POSTing data to a local API, and utilizing third party extensions to display user data.
- Fork and clone this repo.
- Type
cd fitlit
to move into the root directory. - Run
npm install
- Run
npm start
- copy and paste the provided url into a new web page
- Fork and clone the local API repo
- In a seperate terminal, CD into it
- Run npm install
- Run npm start, navigate to Local Host 8080
- To stop the local server from running in your terminal use command + c
- JavaScript
- HTML5
- (S)CSS
- Mocha
- Chai
- webpack
-
- Chart.js
- Day.js