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: 4 months 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.
- Host: GitHub
- URL: https://github.com/mattazz/catapi_website
- Owner: mattazz
- Created: 2024-09-12T14:56:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T12:10:19.000Z (10 months ago)
- Last Synced: 2025-01-13T12:26:44.251Z (6 months ago)
- Topics: api, html-css-javascript, javascript
- Language: JavaScript
- Homepage: https://mattazz.github.io/CatAPI_Website/
- Size: 22.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cat API

## 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