A React application for dog lovers which was built upon https://dog.ceo/dog-api/
The application includes a header and a few pages that were built as a SPA with React Route
- The homepage displays random dog images with the refered dog api and has a button that can request even more random dog images.
- The second view displays a list of dog breeds accompanied with a breed image. This list applies links to the third view.
- The third view displays a list of images for a specific dog breed, including a header with the selected breed and a clickable list of subBreeds.
- The fourth view has a list of every
The header has a search bar that gives to the user the ability to find dog breeds.
Live version in github Pages with npm run deploy command
https://aristidis13.github.io/dogs/