/dataviz-d3-click-interaction

Practiced the click interaction using D3.js to select circles as the Tutorial by Curran Kelleher: https://www.youtube.com/watch?v=_8V5o2UHG0E&t=24562s

Primary LanguageJavaScript

Interaction with Unidirectional Data Flow using D3.js

Follow the video tutorial on FreeCodeCamp.org made by Curran Kelleher: https://www.youtube.com/watch?v=_8V5o2UHG0E&t=23323s

Source Code: https://vizhub.com/curran/c2274b1dfe914115bac48f437b3c104e

This repository used rollup.js as the JavaScript module bundler.

Demo of this repo

Practice screen capture

View the outcome

Open public/index.html in modern browser such as Chrome or Firefox directly.

Further development

To further develop the project by updating JavaScript, can run

npm run bulid

or watch changes and auto compile:

npm run watch