Skip to content

Latest commit

 

History

History
 
 

exercise-1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Exercise 1: Introductory D3 Methods

In this exercise, you'll experiment a bit with D3 to add elements to the DOM and manipulate their attributes and styles. Start by forking and cloning this repository, running a local server, and opening up the index.html file. Then, edit the js/main.js to complete the outlined steps. You'll build this simple shape:

image of complete site with circle and rectangle

You may find the following resources helpful:

See the complete branch for answers.