Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 881 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 881 Bytes

CO2-Dashboard

This dashboard is built with D3.js for data visualization

Screenshot

Screen

Setup

Run This Commands To View The Dashboard Locally :

Change the current working directory to the location where you want the cloned directory to be made :

cd <your_directory>

Clone the repository and install http-server module :

git clone https://github.com/AbdelkhalekESI/CO2-Dashboard.git
npm install -g http-server
http-server -p 3000

Now You Can view the dashboard on http://localhost:3000

Note

This dashboard was built as a part of The Advanced Web Developer Bootcamp

License

Copyright (c) Abdelkhalek ZELLAT (https://github.com/AbdelkhalekESI). Released under MIT. See LICENSE for details.

Contributions are welcome