https://www.youtube.com/watch?v=w5vxVj8g3cs

This is a walkthrough for the 'Visualize Data with a Bar Chart' project on freeCodeCamp, from start to finish. We first create a skeleton project, then import the data using an XMLHTTPRequest and then create a graph from this data with d3.js.

Notes

0:00 - Project Setup

Looking at what we need to create and talking through the structure of the task.

6:00 - Creating Variables and Functions