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

https://github.com/mehmet-github06/cat-images-app

This web application fetches random cat images using [The Cat API](https://thecatapi.com/). Users can click the "Get New Images" button to fetch new cat images.
https://github.com/mehmet-github06/cat-images-app

bootstrap5 dom-manipulation fecth-api html-css-javascript responsive-design

Last synced: 7 months ago
JSON representation

This web application fetches random cat images using [The Cat API](https://thecatapi.com/). Users can click the "Get New Images" button to fetch new cat images.

Awesome Lists containing this project

README

          

# Random Cat Images Web Application

This web application fetches random cat images using [The Cat API](https://thecatapi.com/). Users can click the "Get New Images" button to fetch new cat images.

## Technologies Used

- HTML
- CSS (Bootstrap)
- JavaScript

## Screenshot

![Application Screenshot](./img/Screenshot_2.jpg)

## Live Link

You can try the application live [here](https://fetch-ap.vercel.app/).

## Code Description

- `index.html`: Main HTML file. It defines the structure and visual components of the web page.
- `style.css`: CSS file. It styles the page.
- `app2.js`: JavaScript file. It manages interactions and visual changes on the page.
- `loading.gif`: Animated GIF used as a loading indicator.
- `error.gif`: Animated GIF displayed in case of errors.

## Installation

1. Clone or download the project:

```bash
git clone https://github.com/username/Random-Cat-Images.git