/world-countries-tree-d3js

Building a Tree Visualization of World Countries with D3.js following Curran's tutorial: https://www.youtube.com/watch?v=_8V5o2UHG0E&t=27043s

Primary LanguageJavaScript

Building a Tree Visualization of World Countries with D3.js

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

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

Demo

World countries tree

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