Hisbah Board Sokoto Dashboard — A web-based dashboard built with HTML, CSS, and JavaScript to help Hisbah Board Sokoto manage staff registration, track reports, and improve operational efficiency. Hosted via GitHub Pages with support for responsive design, multilingual content, and future admin login integration.
✅ Final Version — README.md
`markdown
🛡️ Hisbah Board Sokoto Dashboard
This dashboard app was created to support Hisbah Board Sokoto in tracking reports, registering staff, and managing operations efficiently. It is built with HTML, CSS, and JavaScript, and runs directly via GitHub Pages.
---
🌐 Live Demo
Visit the live dashboard:
👉
abdulrazakumar215-atl.githu…
---
📦 Repository Structure
`
hisbah-board-sokoto-dashboard/
├── README.md
├── LICENSE
├── .github/
│ └── workflows/
│ └── ci.yml
├── docs/
│ ├── index.html
│ ├── style.css
│ ├── dashboard.js
│ ├── translation.js
│ └── translations.json
├── forms/
│ ├── registration-form.html
│ ├── admin-login.html
│ ├── about.html
│ └── faq.html
├── assets/
│ └── logo.png
├── Contributing.md
├── Gitignore.md
├── changelog.md
`
> 📌 Note: The docs/ folder contains all dashboard files for GitHub Pages deployment.
---
🚀 Features
- 📋 Staff registration form with passport and ID upload
- 📊 Report tracking and user registration count
- 🔍 Report filtering and search (coming soon)
- 🔐 Admin login and access control (coming soon)
- 🌍 Language switcher (Hausa ↔ English)
- 📱 Responsive UI for mobile and desktop
---
🛠️ How to Use
Clone the repository:
`bash
git clone
github.com
`
Navigate to the folder:
`bash
cd hisbah-board-sokoto-dashboard
`
Open the dashboard in your browser:
`bash
docs/index.html
`
Build Android app (if using React Native version):
`bash
cd android
./gradlew assembleRelease
`
---
⚙️ GitHub Actions CI
This repository uses GitHub Actions to automatically build and deploy the app whenever changes are pushed to the main branch.
---
📄 License
This project is licensed under the MIT License. You are free to use, modify, and distribute it.
---
🤝 Contributions
We welcome contributions from developers, testers, and users. You can:
- Open issues to report bugs
- Submit …