This is a static mock web application for the e-Referral Admin console. It's a frontend-only implementation using HTML, Tailwind CSS, and vanilla JavaScript.
src/index.html- Dashboard with navigation cardssrc/documents.html- Document search with filters and results tablesrc/document-details.html- Individual document view with processing logsrc/logs.html- Global system logs viewersrc/add-facility.html- Facility registration formsrc/settings.html- System configuration
- Tailwind CSS via CDN - No build step, easy to deploy
- Vanilla JS - No framework, simple interactions
- Static hosting - GCP Storage bucket
- Primary color:
#3B82F6(blue-500) - Border radius:
rounded-xlfor cards,rounded-lgfor inputs - Shadows:
shadow-smwithborder border-gray-200 - All pages share the same header component
Bucket: sepailab-sc-frontend
gsutil -m rsync -r -d src gs://sepailab-sc-frontend- Keep consistent header across all pages
- Use Tailwind classes (don't add custom CSS unless necessary)
- Test responsive layout (use browser dev tools)
- Sample data should look realistic