An open API service indexing awesome lists of open source software.

https://github.com/nix7amcm/fcc-data-viz-cert-projects

These are my projects for the freeCodeCamp Data Visualization certification.
https://github.com/nix7amcm/fcc-data-viz-cert-projects

d3 d3-visualization d3js data-visualization data-viz freecodecamp freecodecamp-project html-css-javascript

Last synced: about 2 months ago
JSON representation

These are my projects for the freeCodeCamp Data Visualization certification.

Awesome Lists containing this project

README

          

# freeCodeCamp Data Visualization Projects

This is my code for my projects for the freeCodeCamp Data Visualization Certification.

The projects were completed using D3.js, a JavaScript library for creating dynamic and interactive data visualizations in the browser.

I used HTML to create the baseline structure, then the charts were created using D3.js to manipulate the DOM and SVG elements to display the data. Some of the styling was also done with D3.js, then further customised with CSS.

All datasets were provided by freeCodeCamp.

The projects include a bar chart, a scatterplot graph, a heat map, a choropleth map and a treemap.

## Projects

1. [Bar Chart](https://nix7amcm.github.io/FCC-Data-Viz-Cert-Projects/bar-chart/index.html)
2. [Scatterplot Graph](https://nix7amcm.github.io/FCC-Data-Viz-Cert-Projects/scatterplot/index.html)
3. [Heat Map](https://nix7amcm.github.io/FCC-Data-Viz-Cert-Projects/heat-map/index.html)
4. [Choropleth Map](https://nix7amcm.github.io/FCC-Data-Viz-Cert-Projects/choropleth/index.html)
5. [Treemap](https://nix7amcm.github.io/FCC-Data-Viz-Cert-Projects/treemap/index.html)

## Certificate

You can view my certificate [here](https://www.freecodecamp.org/certification/nixamcm-788/data-visualization).