Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abdultolba/salah

React.js driven website that displays the muslim salah (prayer) timings.
https://github.com/abdultolba/salah

css es6 html javascript jsx react

Last synced: 5 days ago
JSON representation

React.js driven website that displays the muslim salah (prayer) timings.

Awesome Lists containing this project

README

        

# Salah Times
Salah is a responsive, mobile-friendly, single page application written in React (v16.8) that displays the five daily prayer timings based on a users location. Users may either acccept a geolocation request, or manually enter their location (city or address).

**Note:** Prayer times are retrived using the [Prayer Times API](https://prayertimes.date/api/docs/today#). Further configuration can be made depending on beliefs/location.

## Demo
[Live Demo](https://abdultolba.github.io/salah)

![Web App Demo](https://github.com/abdultolba/salah/blob/master/assets/demo.png "Salah")

## Development

Projects such as create-react-app have been used to setup development envs.
Install all the required packages/dependencies using npm.

### `npm install`

Serve the app to browser

### `npm start`

Contributing
------------
Feel free to open issues and pull requests :)