This commit is contained in:
2026-03-23 23:22:06 +05:00
commit c2eda274b2
4 changed files with 687 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# E-Dir
A simple web frontend for Dhiraagu directory lookup.
## Features
- Phone number lookup via Dhiraagu E-Dir API
- Material Design UI
- Automatic dark/light theme (follows system preference)
## Usage
Open `index.html` in a browser or serve with any static file server:
```bash
npx serve .
```
Enter a phone number to search the directory.
## License
GNU General Public License v3.0 - See [LICENSE](LICENSE) file for details