Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



Logo


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.