Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published