From 576a11bcda6bc37d2263ca196732b931b75e8c04 Mon Sep 17 00:00:00 2001 From: MuhammadFarouk12 Date: Tue, 19 Aug 2025 03:38:46 +0300 Subject: [PATCH] Uploading README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index e69de29..590a35f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,29 @@ +# Prayer Times App + +A simple app to get Islamic prayer times by city and country using the [Aladhan API](https://aladhan.com/prayer-times-api). + +## Tech +- **HTML**: `index.pug` → `index.html` +- **CSS**: `style.sass` → `style.css` +- **JS**: Vanilla JS with `async/await` +- **Tools**: Pug, Sass, npm scripts + +___ + +## Features +- Search prayer times by **city** and **country** +- Toggle to show **5 main prayers** or **all prayer times** +- Clean, modern UI with mobile-friendly design +- Auto-focus and instant feedback +- Built with **Pug**, **Sass**, and vanilla **JavaScript** + +___ + +## How to Run +Just Click [**On This Link**](https://github.com/MuhammadFarouk12/prayingApi/deployments/github-pages) +___ + +## Notes +- `app.commented.js` is a fully documented version of the logic — great for learning or future reference. +- The app uses async/await with try/catch for safe API error handling. +- Focus management improves user experience on mobile.