https://github.com/mwapsam/cats
https://github.com/mwapsam/cats
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwapsam/cats
- Owner: Mwapsam
- Created: 2023-04-20T07:35:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T15:31:33.000Z (about 3 years ago)
- Last Synced: 2025-08-06T18:41:36.848Z (11 months ago)
- Language: TypeScript
- Homepage: https://cats-blond.vercel.app
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.