Welcome to PuppyBowl!
- Live serve
index.html
. The website should be blank! - Read through the comments of each function in
script.js
to get a sense of what this website should do once completed. Do not start writing code! - Read the example test specs in
script.test.js
forfetchAllPlayers
.
- Complete the API functions in
script.js
so all test cases pass when you runnpm test
. - Once all tests pass, complete the rest of the functions in
script.js
.- The render functions should change what you see when you live serve
index.html
.
- The render functions should change what you see when you live serve