Skip to content

FitLit project starter kit for students

Notifications You must be signed in to change notification settings

Billwilke42/fitlit

 
 

Repository files navigation

FitLit

The FitLit project is a paired project for Front End Module 2 students at the Turing School of Software and Design. The idea behind the project was to build an application that held users data based on a users exercise data over the course several months. The main goals of this project were to structure code progression based around Test Driven Design, implement a class based structure, and have functions and methods utilize a Singular Responsibility Principal.

Contributors

Alex Eickelman

Bill Wilke

Installing / Getting started

Clone down this repo:

git clone git@github.com:Aeickelman40/fitlit.git

In the terminal:

cd fitlit

open src/index.html

View the application in your browser!

Try refreshing, a random new user will display on load.

Select a date in the input, and click the 'Search stats by Date' button and view the users data from that day!

In action!

FitLit

About

FitLit project starter kit for students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%