- Fork and clone this repo: week3.day2.objects
- Follow the instructions in each
.js
file (located inlib/js
)- There are three parts that will come together to make this website
heroes.js
- Responsible for creating the raw datamethods.js
- Responsible for creating instructions (methods) that will be used to create HTML elements from the dataevents.js
- Responsible for creating the HTML and CSS, as well as assigning event handlers
- There are three parts that will come together to make this website
- At the start, I would highly recommend getting some data to flow from
heroes.js
tomethods.js
toevents.js
.- Try using some "dummy data" in
heroes.js
- Try getting just the
img
added to the first div inmethods.js
- Try to get hero images to show up in the
#gridDiv
inevents.js
- Try using some "dummy data" in