An open API service indexing awesome lists of open source software.

https://github.com/mwapsam/cats


https://github.com/mwapsam/cats

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cat App
A simple web application that displays cat pictures and information about different cat breeds. Users can select a breed from a dropdown menu and browse through images of cats belonging to that breed.

# Features
Displays images of cats belonging to different breeds
Provides information about different cat breeds such as origin, temperament, and grooming requirements
Allows users to select a breed from a dropdown menu and browse images of cats belonging to that breed
Loads additional images when users scroll to the bottom of the page
Mobile-responsive design for a seamless user experience across devices
# Technologies Used
- React
- TypeScript
- Bootstrap
- React Bootstrap
- Axios
- React Router
# Getting Started
To get started with this project, follow these steps:

- Clone the repository to your local machine.
- Install the necessary dependencies using npm install.
- Start the application using npm start.
- Open http://localhost:5173 in your web browser to view the application.
# Acknowledgements
The Cat API for providing the cat images and breed information.
OpenAI for the GPT-3 language model that powers the chatbot feature in the app.
The React community for developing the libraries and tools used in this project.