/dataviz-d3-get-started-making-a-face

Followed this video tutorial by Curran Kelleher and practiced D3.js with svg by creating a face: https://www.youtube.com/watch?v=_8V5o2UHG0E

Primary LanguageJavaScript

Making a Face with D3.js

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

This repository follows the section (2:31:56) Intro to D3.js - Let's Make a Face!

The face looks like below with simple eyebrowns transition: Face

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

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