Fitlit is a fitness tracker for users. In this app users are able to track their sleep, water intake, and activity for a day as well as for a week.
This project is a two week project at Turing School of Software & Design, and was made to help us learn how to implement OOP (Object Oriented Programming). We as well needed to create a testing suite that thoroughly tests all functionality of the application.
Clone down the repo.
git clone https://github.com/Asilo5/fitlit-starter-kit.git <name your cloned repo>
Once you have cloned the repo, install dependencies:
npm install
Open up app:
open src/index.html
- Javascript
- JQuery
- Mocha
- Chai
- HTML
- CSS
- ARIA