Skip to content

Commit

Permalink
Updated README to include npm install note
Browse files Browse the repository at this point in the history
  • Loading branch information
KChungTM committed Mar 9, 2023
1 parent fdd5e8a commit fcfc625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Learn to use APIs in addition to building React fundamentals. Use the DOG API to
Generate a random dog picture everytime the generate button is hit on the page. We should be getting these dog pictures from the Dog CEO API website. Additionally, parse the URL such that we can get the breed.

- [ ] Fill out the generateDogPicture method and make a get request using axios
- [ ] Make the generate dog function async
- [ ] Log the data to the console and read over the results with the devs
- [ ] Add the onClick functionality to the generator button
- [ ] Create state variables to house the breed and img text
Expand Down

0 comments on commit fcfc625

Please sign in to comment.