Skip to content

zeabdelkhalek/CO2-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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