A D3.js scatterplot built in React.js that presents the top 35 fastest completions of the Alpe d'Huez and whether or not the associated cyclist has been accused of doping during that period.
Inspired by the Visualize Data with a Scatterplot Graph challenge as part of the curriculum for the Data Visualization Certification on freeCodeCamp.
- D3.js
- React.js
- Sass
- JavaScript
- CSS3
- HTML5
- Node.js
- Webpack
- AJAX
- Babel
- Normalize.css
- Font Awesome
- Google Fonts
View project demo at https://autumnchris.github.io/doping-allegations-scatterplot.
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