Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ew-endwall/prayer-time
Never miss a prayer again with our intuitive prayer time application.
https://github.com/ew-endwall/prayer-time
electron electron-app electronjs example example-project prayer prayer-time prayer-time-zones prayer-times-app react react-router reactjs time
Last synced: about 1 month ago
JSON representation
Never miss a prayer again with our intuitive prayer time application.
- Host: GitHub
- URL: https://github.com/ew-endwall/prayer-time
- Owner: EW-EndWall
- License: apache-2.0
- Created: 2024-02-22T19:34:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T18:46:51.000Z (10 months ago)
- Last Synced: 2024-03-06T20:14:55.510Z (10 months ago)
- Topics: electron, electron-app, electronjs, example, example-project, prayer, prayer-time, prayer-time-zones, prayer-times-app, react, react-router, reactjs, time
- Language: JavaScript
- Homepage: https://prayer-time-endwall.vercel.app/
- Size: 511 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Prayer Time
electron | ionic | vite | react | tailwind
web & mobil & desktop
# Table Of Contents
* [About](#about)
* [Features](#features)
* [Screenshot](#screenshot)
* [Dark](#dark)
* [Light](#light)
* [Quick Installation](#quick-installation)
* [Electron](#electron)
* [Electron Install](#electron-install)
* [Electron Development](#electron-development)
* [Electron Build](#electron-build)
* [React](#react)
* [React Install](#react-install)
* [React Development](#react-development)
* [React Build](#react-build)
* [License](#license)# About
Never miss a prayer again with our intuitive prayer time application. Whether you're at home, work, or traveling, stay connected to your faith with accurate prayer times tailored to your location.
# Features
- Multi-language support (en, tr)
- Dark mode (dark, light, system mode)
- Adhan time of 81 provinces
- 30 days azan time is kept in localstorage
- Api (aladhan.com)# Screenshot
## Dark
## Light
# Quick Installation
## Electron
```bash
$ cd ./electron/
```### Electron Install
```bash
$ npm install
```
or
```bash
$ yarn install
```
or
```bash
$ pnpm install
```### Electron Development
```bash
$ npm dev
```
or
```bash
$ yarn dev
```
or
```bash
$ pnpm dev
```### Electron Build
```bash
# For windows
$ npm build:win# For macOS
$ npm build:mac# For Linux
$ npm build:linux
```
or
```bash
# For windows
$ yarn build:win# For macOS
$ yarn build:mac# For Linux
$ yarn build:linux
```
or
```bash
# For windows
$ pnpm build:win# For macOS
$ pnpm build:mac# For Linux
$ pnpm build:linux
```## React
```bash
$ cd ./react/
```### React Install
```bash
$ npm install
```
or
```bash
$ yarn install
```
or
```bash
$ pnpm install
```### React Development
```bash
$ npm dev
```
or
```bash
$ yarn dev
```
or
```bash
$ pnpm dev
```### React Build
```bash
$ npm build
```
or
```bash
$ yarn build
```
or
```bash
$ pnpm build
```# License
Distributed under the Apache-2.0 License. See [LICENSE](https://github.com/EW-EndWall/prayer-time/blob/main/LICENSE) for more information.