Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 557 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 557 Bytes

Doggo Generator

Doggo Generator is an app that displays a random dog picture on each click from the dog.ceo API.

Technology

Doggo Generator was my first React app, that was set up initially using the Create React App boilerplate.

Learnings

  • 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