autumnchris / gdp-bar-chart

A D3.js bar chart built in React.js that presents the changes in the US Gross Domestic Product from 1947 to 2015.

Home Page:https://autumnchris.github.io/gdp-bar-chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDP Bar Chart

A D3.js bar chart built in React.js that presents the changes in the US Gross Domestic Product from 1947 to 2015.

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


Built With

Demo

View project demo at https://autumnchris.github.io/gdp-bar-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

About

A D3.js bar chart built in React.js that presents the changes in the US Gross Domestic Product from 1947 to 2015.

https://autumnchris.github.io/gdp-bar-chart


Languages

Language:JavaScript 55.3%Language:SCSS 37.6%Language:HTML 7.1%