Skip to content

A D3.js heat map built in React.js that presents the monthly variance of the global temperature from the years 1753 to 2015.

Notifications You must be signed in to change notification settings

autumnchris/global-temp-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global Temperature Chart

A D3.js heat map built in React.js that presents the monthly variance of the global temperature from the years 1753 to 2015.

Inspired by the Visualize Data with a Heat Map challenge as part of the curriculum for the Data Visualization Certification on freeCodeCamp.


Built With

Demo

View project demo at https://autumnchris.github.io/global-temp-chart.

Instructions

After forking and cloning, navigate to the repository in your command line and install the NPM packages:

npm install

Run the following script in your command line to run the application:

npm start

Once the server is running, go to http://localhost:8080 in your browser.

Before committing any changes, run the following script to update your static files for production:

npm run build