Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abdultolba/salah
- Owner: abdultolba
- Created: 2019-06-08T20:37:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:42:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T15:27:57.441Z (over 1 year ago)
- Topics: css, es6, html, javascript, jsx, react
- Language: JavaScript
- Homepage: https://abdultolba.github.io/salah
- Size: 3.96 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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 :)