Project Link: http://covid-swen422.herokuapp.com/
We designed amd implemented a software system for an information visualization application. The information visualization system should allow a user to interactively explore the COVID-19 dataset.
We are team 16(SuperUXR) Faisal Zaman (300518055) and Kun Huang (300291127)
Github Link: https://github.com/jquery404/dataviz
Data Source: time-series-19-covid-combined.csv https://github.com/datasets/covid-19/tree/master/data?fbclid=IwAR02EnhJpO8kKJFt4lbSe0ASEQP1Sv-20r_4ggh7U4fJapcQVH9fJa6H5eE
This app needs to run on a HTTP server.
- Clone the git repository
git clone https://github.com/jquery404/dataviz.git
- Navigate into the folder
cd dataviz
- Install Node.js http-server
npm install http-server -g
- Run the application on the port 8000
http-server . -p 8000
- Copy & Past one of the URLs into your broswer
http://127.0.0.1:8000 http://192.168.1.118:8000
- Enjoy!