Skip to content

Minimal adhan time application with multi-language support, dark / light theme and ability to keep 30 days of data in localstorage with data captured via API

License

Notifications You must be signed in to change notification settings

EW-EndWall/prayer-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Prayer Time

electron | vite | react | tailwind
web & desktop


Table Of Contents

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

$ cd ./electron/

Electron Install

$ npm install

or

$ yarn install

or

$ pnpm install

Electron Development

$ npm dev

or

$ yarn dev

or

$ pnpm dev

Electron Build

# For windows
$ npm build:win

# For macOS
$ npm build:mac

# For Linux
$ npm build:linux

or

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux

or

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux

React

$ cd ./react/

React Install

$ npm install

or

$ yarn install

or

$ pnpm install

React Development

$ npm dev

or

$ yarn dev

or

$ pnpm dev

React Build

$ npm build

or

$ yarn build

or

$ pnpm build

License

Distributed under the Apache-2.0 License. See LICENSE for more information.