Skip to content

asodemann18/FitLit

 
 

Repository files navigation

Project By: Kyle Wong and Alex Sodemann

About

Dashboard that displays activity/lifestyle tracking data in a meaningful way given data for multiple users over multiple days.

Project Goals

  • Follow a specification to make a working application
  • Implement ES6 classes that communicate to each other as needed
  • Write modular, reusable code that follows SRP (Single Responsibility Principle)
  • Implement a robust testing suite using TDD
  • Use object and array prototype methods to perform data manipulation
  • Display information on the page while maintaining ability to test class properties and methods
  • Create a data dashboard that is easy to use and displays information in a clear way

In Action

In Action

Setup

View it here.

Download Instructions:

git clone [file path]
cd FitLit
npm install
open src/index.html

Technologies Used:

  • JavaScript
  • HTML/CSS
  • Git/GitHub
  • npm
    • chart.js
    • mocha
    • chai

About

FitLit project starter kit for students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%