Doggo Generator is an app that displays a random dog picture on each click from the dog.ceo API.
Doggo Generator was my first React app, that was set up initially using the Create React App boilerplate.
- Setting up a React project using CRA
- Fetching data from URL and converting the response to JSON
- Displaying the image with a newly generated image URL on click
- Styling a React app with vanilla CSS stylesheet