Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattazz/catapi_website

This project uses the Cat API to display a list of cat breeds and their details. Users can view information about different cat breeds and see images of each breed.
https://github.com/mattazz/catapi_website

api html-css-javascript javascript

Last synced: 29 days ago
JSON representation

This project uses the Cat API to display a list of cat breeds and their details. Users can view information about different cat breeds and see images of each breed.

Awesome Lists containing this project

README

        

# Cat API

![Sample GIF](./sample.gif)

## Description

This project uses the Cat API to display a list of cat breeds and their details. Users can view information about different cat breeds and see images of each breed.

## Learning Purpose

This project was created for learning purposes. Through this project, I have learned the following:

- How to make API calls using JavaScript.
- How to handle and display JSON data.
- How to dynamically update the DOM with JavaScript.
- Basic HTML and CSS for structuring and styling the web page.

## Features

- Fetches and displays a list of cat breeds.
- Shows detailed information about each breed.
- Displays images of each breed.

## Installation

1. Clone the repository:
```sh
git clone https://github.com/your-username/cat-api.git