This is a simple web application that generates random cat images using the Cat API. Click the "Get Cat" button, and a new cat image will be fetched and displayed.
- Get a random cat image with the click of a button.
- Enjoy adorable and cute cat pictures.
- HTML
- CSS
- JavaScript
This project uses the Cat API to retrieve random cat images. The API provides a collection of cat images and facts.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/kit0-0/random-cat-image-generator.git
-
Navigate to the project directory:
cd random-cat-image-generator
-
Open the
index.html
file in your web browser. -
Click the "Get Cat" button to fetch a random cat image.
The project includes a loading animation that appears while the cat image is being fetched. The loader gives visual feedback to the user and indicates that the image is being loaded.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.
- Cat API for providing the cat images.