Create an Etsy listing page using data from the API.
Objectives
Learning Objectives
After completing this assignment, you should:
Understand how and when to use jQuery DOM traversal and manipulation
Performance Objectives
After completing this assignment, you should be able to:
Install 3rd party packages with bower
Details
Deliverables
A repo containing at least:
data.js
main.js
index.html
Requirements
No JSHint warnings or errors
Normal Mode
Choose a search term to recreate a page for. E.g. "tacos"
Visit the URL for the Etsy API for that search term. For example, if you
wanted to create a listing page about tacos, use the URL
https://api.etsy.com/v2/listings/active?api_key=cdwxq4soa7q4zuavbtynj8wx&keywords=tacos&includes=Images,Shop
Create a file named data.js and copy the JSON data from the API into it
Etsy Recreation
Description
Create an Etsy listing page using data from the API.
Objectives
Learning Objectives
After completing this assignment, you should:
Performance Objectives
After completing this assignment, you should be able to:
Details
Deliverables
data.js
main.js
index.html
Requirements
Normal Mode
https://api.etsy.com/v2/listings/active?api_key=cdwxq4soa7q4zuavbtynj8wx&keywords=tacos&includes=Images,Shop
Hard Mode