witmin / d3-practice-circles-on-map

Circles on a map with D3.js following tutorial by Curran Kelleher: https://www.youtube.com/watch?v=_8V5o2UHG0E&list=WL&index=1&t=39243s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circles on a Map with D3

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

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

Population Data source

https://population.un.org/wpp/Download/Standard/Population/

Circles on a Map source code

https://vizhub.com/curran/8704c9b7c6df43cabf839aa3f1cb7b70?edit=files&file=index.js&mode=mini

Demo

Demo

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

About

Circles on a map with D3.js following tutorial by Curran Kelleher: https://www.youtube.com/watch?v=_8V5o2UHG0E&list=WL&index=1&t=39243s


Languages

Language:JavaScript 99.5%Language:CSS 0.4%Language:HTML 0.1%