Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 957 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 957 Bytes

Cat-image-app

Netlify Status

Deployed on netlify : https://cat-images.netlify.app/

Development environment

Install npm install

To run tests npm run test

In order to serve the application run: npm run dev

frontend: http://127.0.0.1:5173

Application features

Cats tab

  • Shows random cat images
  • You can load more images by pressing the 'load more cats' button
  • Open image in a modal with the options to a) Copy the link b) Add image as a favorite b) Show and navigate to breed cat if breed info is available

Breeds tab

  • Shows all cat breeds
  • You can view more details about a breed
  • wiki link and info about the breed

Favorites tab

  • View favorites cats
  • Remove cat image from favorites
  • Remove all cat images from favorites
  • Persist favorites in LocalStorage