TrashTrack Rwanda is a smart logistics and communication platform designed to improve waste management operations in Rwanda.
# TrashTrack Rwanda
**Smart waste collection for households, drivers, and collection companies in Kigali.**
TrashTrack Rwanda is an interactive **HTML prototype** for a waste-management platform: bilingual marketing site (English / Ikinyarwanda), a multi-role web app, company pricing, GIS maps, household registration with QR contracts, and MoMo auto-payment flows.
> This repository is a **front-end prototype** for demonstration. There is no backend, database, or real payment integration.
---
## Live demo (GitHub Pages)
After you enable Pages, your site will be available at:
```text
github.com
```
| Page | URL |
|------|-----|
| Landing site | `/` → `index.html` |
| Platform app | `/trashtrack_prototype.html` |
Replace `YOUR_GITHUB_USERNAME` and `REPO_NAME` with your GitHub account and repository name.
---
## Features
### Marketing site (`index.html`)
- Home, About, Services, Pricing, Contact
- English & Ikinyarwanda language toggle
- Company plan pricing with **SMS billed on each client’s monthly bill** ($0.02 / 26 RWF per SMS)
### Platform app (`trashtrack_prototype.html`)
| Role | Highlights |
|------|------------|
| **Client** (household or business) | SMS notifications, service contract & QR, auto-payment SMS log, complaints (USSD `*284*77#` + portal) |
| **Driver** | GIS route map (green / red / yellow collection status), QR scan for paid/unpaid, stops, collection status |
| **Admin** (collection company) | Dashboard, payments, SMS centre, routes, schedules, **registration** (contract + unique QR), **GIS audit map**, household registry, complaints, reports, MoMo sync |
**Admin staff roles at login:** CEO & Founder, COO, Human Resources, Finance, Chief Auditor, IT (Super Admin).
**Maps:** Leaflet + OpenStreetMap (free GIS).
---
## Project structure
```text
Trashtrack_protoype/
├── index.html # Public marketing website
├── trashtrack_prototype.html # Full app prototype (login + portals)
├── as …