Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/7gowtham/fetchbibledata
To fetch bible data from the API and display on the webpage
https://github.com/7gowtham/fetchbibledata
async-await fetch-api html-css-javascript
Last synced: 6 days ago
JSON representation
To fetch bible data from the API and display on the webpage
- Host: GitHub
- URL: https://github.com/7gowtham/fetchbibledata
- Owner: 7Gowtham
- Created: 2024-06-30T17:49:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T18:10:06.000Z (5 months ago)
- Last Synced: 2024-07-04T02:29:41.853Z (4 months ago)
- Topics: async-await, fetch-api, html-css-javascript
- Language: JavaScript
- Homepage: https://bible7.netlify.app/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fetch Bible Data
## Contents
- [Description](#description)
- [Features](#features)
- [Functionalities Used](#functionalities-used)## Description
This project involves fetching Bible data from an API and displaying it on a webpage in a responsive manner.## Features
- The webpage includes a navbar with links to specific sections such as Romans and its chapters (e.g., 12 & 13).## Functionalities Used
- Data is fetched asynchronously using `async`/`await`.
- The webpage design is implemented using HTML, CSS, and JavaScript to ensure responsiveness.