Skip to content
forked from uptek/zikrrr

An easy, minimal and distraction free way of reciting tasbih while you work and surf the internet.

License

Notifications You must be signed in to change notification settings

junaidkbr/zikrrr

 
 

Repository files navigation

Zikrrr – A random dhikr/tasbih for newly opened tabs by Junaid Ahmed

Zikrrr

Tweet for help GitHub followers


An easy, minimal and distraction free way of reciting tasbih while you work and surf the internet.

Start

Getting Started

Simply set the following URL as your new tab in your favourite browser (Chrome) and you're set to go. From now on, every time you open a new tab, you'll recite a random tasbih. 👐

https://zikrrr.com/

How to setup https://zikrrr.com/ as new tab?

  • Google Chrome: Use the Custom New Tab URL extension to set any website as new tab.
  • Firefox: Use the Custom New Tab Page extension to set any website as new tab.
  • Safari: Use this tutorial on how to set any website as new tab.

Contribute

How to Contribute? 👨‍💻👩‍💻

We would love you to contribute to improve the platform!

You can contribute to Zikrrr app in the following ways:

  1. Add/Update new tasbih.
  2. Report issues.
  3. Fix reported issues.
  4. Add new features.

Beware it is best to discuss before you start to work on a major change or new big feature.

Add/Update Tasbih

To add or update tasbihat, the tasbihat JSON file is located at dist/js/main/data.js file. The tasbih JSON structure is very simple which is listed below. If you need help with writing Arabic, use the Arabic Keyboard.

{
    "id": 10001,
    "content": "بِسْمِ اللهِ الرَّحْمٰنِ الرَّحِيْمِ",
    "category": []
}

If you are a non-techy person and want to add or report updates for specific tasbihat, you can do so by opening a Github issue or tweet @junaidkbr.

Development & Workflow

  • Clone repository
  • Install dependencies: npm install
  • Run project locally: gulp watch

Resources 📚

Attribution

License & Attribution

MIT © Junaid Ahmed

This project is result of awesome people who contribute to this project. Many thanks to Freepik and Icons8 for the awesome icons.


Junaid Ahmed

Ihtisham Zahoor

About

An easy, minimal and distraction free way of reciting tasbih while you work and surf the internet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • SCSS 27.9%
  • HTML 7.5%