-
This is a simple React app that fetches data from the Cat API. It provides a list of cats and allows you to view details about each cat.
-
It uses React Router for routing.
-
It uses Vite for bundling.
-
It uses TypeScript for type checking.
-
It uses eslint for linting.
-
It uses Prettier for formatting.
git clone https://github.com/rajpatelbot/SuperCats.git
cd SuperCats
npm install
npm run dev- Fetch data from the Cat API.
- View details about each cat.
- Search for cats.
- Pagination.
- Responsive design.
- src
- components
- hooks
- pages

