Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 2.83 KB

README.md

File metadata and controls

75 lines (48 loc) · 2.83 KB

Dashboard

Project of Data Visualization (COM-480)

Student's name SCIPER
Lucas Strauss 272432
Anais Ladoy 216090
François Quellec 225118

Milestone 1Milestone 2Milestone 3 (PDF)

Guidelines

Live Demo

ScreenCast(Youtube)


Workspace

  • All the required code for the app is in docs\.
  • The datasets used are in docs\data\.
  • The scripts used to mine the datasets are in docs\scripts\

Installation

Clone

Clone this repo to your local machine using

$ git clone https://github.com/com-480-data-visualization/com-480-project-coronateam.git

Setup

Go to the docs folder with your terminal and install dependencies by executing the following

$ npm install

now to host the web app and run it, e,g:

# On Mac OS
$ python -m SimpleHTTPServer 8000

# On Windows/Linux
$ pyhton -m http.server

Finally open your browser and go to http://localhost:8000/. Enjoy !


Team

Anaïs Ladoy François Quellec Lucas Strauss
Anais Francois Lucas
github.com/aladoy github.com/Fanfou02 github.com/VFXOne

License

License

  • MIT license
  • Copyright 2020 © Anaïs Ladoy, François Quellec, Lucas Strauss.