This is a Cats Rolodex application built with React. It allows users to search for cats and displays their information in a card format.
To run the Cats Rolodex App locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Nidhish-D-Nayak/cats-rolodex.git
-
Navigate to the project directory:
cd cats-rolodex
-
Install the dependencies:
yarn install
-
Start the development server:
yarn start
-
Open your browser and visit
http://localhost:3000
to view the app.
The Cats Rolodex App allows you to search for cats by entering their name in the search box. The app will display a list of cat cards that match the search criteria.
- Fetches cat data from JSONPlaceholder API.
- Real-time search functionality to filter cat cards based on the entered name.
- Responsive design for a seamless experience on different devices.
- React
- JavaScript
- CSS
Contributions are welcome! If you find any issues or want to contribute to the project, feel free to open a pull request.
-
Fork the repository.
-
Create your branch:
git checkout -b feature/your-feature
-
Commit your changes:
git commit -m "Add your feature"
-
Push to the branch:
git push origin feature/your-feature
-
Open a pull request.
The Cats Rolodex App is open source and available under the MIT License.