nidhish-nayak / cats-rolodex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cats Rolodex App

This is a Cats Rolodex application built with React. It allows users to search for cats and displays their information in a card format.

Installation

To run the Cats Rolodex App locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Nidhish-D-Nayak/cats-rolodex.git
  2. Navigate to the project directory:

    cd cats-rolodex
  3. Install the dependencies:

    yarn install
  4. Start the development server:

    yarn start
  5. Open your browser and visit http://localhost:3000 to view the app.

Usage

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.

Features

  • 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.

Technologies Used

  • React
  • JavaScript
  • CSS

Contributing

Contributions are welcome! If you find any issues or want to contribute to the project, feel free to open a pull request.

  1. Fork the repository.

  2. Create your branch:

    git checkout -b feature/your-feature
  3. Commit your changes:

    git commit -m "Add your feature"
  4. Push to the branch:

    git push origin feature/your-feature
  5. Open a pull request.

License

The Cats Rolodex App is open source and available under the MIT License.

About


Languages

Language:TypeScript 35.5%Language:HTML 24.6%Language:CSS 22.7%Language:JavaScript 17.2%