Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 679 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 679 Bytes

🐕 Dog Gallery... now with cats 🐈

Love pictures and videos of dogs and cats? This is the perfect application for you!

Dog Gallery shows you a variety of dogs/cats doing silly things. You are able to pick a favorite and it will be put in your collection. If you decide that you do not like them later, feel free to click them away.

React

  • Uses error handling to display on screen what went wrong.
  • Fetches from two different API's to display the images the user requested.
  • Utilizes state to properly fetch, load, delete, and read the images.

Installation

  • Clone the repo to your local.
  • In your terminal: $ npm install $ npm start