Getting Started Redux-Saga

This project was bootstrapped with Create React App.

This application retrieves information about cat breeds from the Cat API using Redux Saga, a middleware library for Redux. It fetches data from the API endpoint and stores it in the Redux store after formatting. The fetched cat breeds are then limited to the first 10 entries and dispatched to the Redux store. This application is ideal for displaying a curated list of cat breeds in a React application, with a focus on simplicity and ease of access to information about different cat breeds.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.