Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codebatine/quranquote

Quran quotes and translation using API and React.
https://github.com/codebatine/quranquote

quran quran-api quran-translation react react-router react-router-dom search-api

Last synced: about 4 hours ago
JSON representation

Quran quotes and translation using API and React.

Awesome Lists containing this project

README

        

# QuranQuote

A responsive web application designed for easy access to random Quranic Ayahs (verses) and exploration of Surahs. The project allows users to get Quranic inspiration with translations and navigate through different Surahs.

## Features

- **Random Ayah Quote**: Fetches a random Ayah along with its translation for quick inspiration.
- **Surah Navigation**: Users can browse and read different Surahs.
- **Async Data Fetching**: Quranic data (Ayahs, Surahs) are fetched asynchronously using public APIs.

## Installation

To run the app locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/codebatine/QuranQuote.git
```

2. Install dependencies:

```bash
npm install
```

3. Start the development server:

```bash
npm start
```