Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/7gowtham/fetchgotcharacters
To fetch characters of the GoT from an API and displaying it on a webpage in a responsive manner.
https://github.com/7gowtham/fetchgotcharacters
async-await fetch-api html-css-javascript
Last synced: 23 days ago
JSON representation
To fetch characters of the GoT from an API and displaying it on a webpage in a responsive manner.
- Host: GitHub
- URL: https://github.com/7gowtham/fetchgotcharacters
- Owner: 7Gowtham
- Created: 2024-06-30T18:11:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T18:16:18.000Z (7 months ago)
- Last Synced: 2024-07-04T04:41:36.479Z (7 months ago)
- Topics: async-await, fetch-api, html-css-javascript
- Language: JavaScript
- Homepage: https://fetchgot.netlify.app/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fetch GoT Characters
## Contents
- [Description](#description)
- [Features](#features)
- [Functionalities Used](#functionalities-used)## Description
This project involves fetching characters of GoT from an API and displaying them on a webpage in a responsive manner.## Features
- The webpage displays the character details of GoT on individual cards.
- Pagination is implemented to enhance user experience and navigation.## Functionalities Used
- Character details 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.