Visit website Cat Breed
This application allows users to explore various cat breeds using The Cat API. It provides functionalities to choose breeds, view detailed information about each breed, and manage a list of favorite breeds.
The goal of this project is to consolidate knowledge to develop an interactive application utilizing data from an external Application Programming Interface (API). In order to accomplish this task, the project employs various tools and techniques learned thus far, including fetch, Axios, and async/await syntax. This application aims to demonstrate proficiency in making network requests to an API and handling asynchronous operations effectively within a modern web application framework.
- Breed Selection: Users can select from a list of cat breeds to view more detailed information.
- Detailed Information: Displays additional information about each selected breed.
- Favorites Management: Users can add or remove breeds from their favorites.
- Axios: Used for making HTTP requests to The Cat API.
- The Cat API: A free public API that provides information about different cat breeds.