Garrett Iannuzzi & Heather Faerber
View the full page here!
This paired project was completed in 10 days at Turing School of Software and Design. The objective was to
build out a data model to process several data sets and then to create a dashboard displaying user activity stats with an interactive UI/UX using Chart.js
. Currently the application generates a random number to serve as a user id, then displays all activity information tied to that user. Future iteration goals would implement a login page to determine a specific user as well adding customization to save the user's organization of the draggable widgets.
- Implemented ES6 classes
- Use Test Driven Development to build data model
- Implemented
jQuery
for our DOM manipulation - Implement
eslint
for style guide accuracy.
This project was focused on clean, DRY code and SRP, especially when building out the data model.
- Clone down the repo
- Run
npm i
in the terminal - Select "Open In Default Browser" to see the full site
- You can also use the production link above
- Vanilla JavaScript
- HTML
- CSS
- esLint
- Chart.js