issues
search
alvinwendt
/
catdogvotingproject
2
stars
0
forks
source link
Create functions for displaying random cat/dog images to DOM
#6
Closed
JeremyWhiteDev
closed
2 years ago
JeremyWhiteDev
commented
2 years ago
Dependencies: Issue #5
Acceptance criteria:
[ ] There is a way of getting the data from the API to this module
[ ] A Voting function should return html that has the URLs of the random images from the APIs
[ ] ^The above function should be called in main.js in a render function....
[ ] The render function in main.js assigns the return value of the Voting function to an empty div on the DOM.
[ ] every time the page is refreshed in the browser, a new cat and dog image are displayed
Dependencies: Issue #5
Acceptance criteria: