This repo will be my journey through a library d3.js, which gives you the building blocks to create SVG data visualisations.
The goal of this course would be to create a data visualisation (using the d3 library) based on given data where data can be explored through interaction using enter()
, update()
, and exit()
.
This course is specifically given by the Hogeschool van Amsterdam CMD. More information about the course specifically can be found at CMDA-TT's github.
- Working with a library such as D3.js.
- Visualizing data in a chart.
- Developing thy skills in development
- More coming...
Clone the project
git clone https://github.com/bommezijn/frontend-data.git
Go to the project directory
cd ../frontend-data
# run a local server
python -m SimpleHTTPServer
# Or use an extension such as live-server
Live-Server Extension for VS Code
Install dependencies
npm install
Start the server
npm run start