Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/7gowtham/fetchcatfacts
To fetch facts of the Cats from an API and displaying it on a webpage in a responsive manner.
https://github.com/7gowtham/fetchcatfacts
async-await fetch-api html-css-javascript
Last synced: 6 days ago
JSON representation
To fetch facts of the Cats from an API and displaying it on a webpage in a responsive manner.
- Host: GitHub
- URL: https://github.com/7gowtham/fetchcatfacts
- Owner: 7Gowtham
- Created: 2024-06-30T18:02:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T18:09:00.000Z (5 months ago)
- Last Synced: 2024-07-04T03:43:47.193Z (4 months ago)
- Topics: async-await, fetch-api, html-css-javascript
- Language: JavaScript
- Homepage: https://catfacts7.netlify.app/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fetch Catfacts
## Contents
- [Description](#description)
- [Features](#features)
- [Functionalities Used](#functionalities-used)## Description
This project involves fetching cat facts from an API and displaying them on a webpage in a responsive manner.## Features
- The webpage displays various cat breeds on individual cards.
- Pagination is implemented to enhance user experience and navigation.## Functionalities Used
- Cat facts are fetched asynchronously using `async`/`await` to ensure efficient data retrieval.
- The webpage is designed with HTML, CSS, and JavaScript to provide a responsive and user-friendly interface.