Logo Lanfrica

Marcus4411/fix-zed

Domain:

digital infrastructure

Record type:

software
Creator:
Mar
Host:
fixing zambia # Fix My Street Zambia πŸ‡ΏπŸ‡² A responsive web application for citizens to report local infrastructure problems and for local councils to manage and respond to those reports. ## 🌟 Features ### For Citizens - **Report Issues**: Upload photos, detect location automatically, and describe infrastructure problems - **Track Reports**: View all your submitted reports and their status - **Interactive Map**: See all reports on a map with color-coded status markers - **Multi-Language Support**: Available in English, Bemba, Nyanja, and Tonga - **Offline Support**: Submit reports even without internet connection - **Upvote Issues**: Confirm and support reports from other citizens - **Mobile-Friendly**: Works perfectly on smartphones and tablets ### For Council Staff - **Admin Dashboard**: Manage all reports from a central location - **Update Status**: Mark reports as Open, In Progress, or Fixed - **Add Comments**: Communicate updates to citizens - **Analytics**: View charts and statistics about reports - **Export Data**: Download reports as CSV for further analysis - **Filter Reports**: By category, province, or status ## πŸ“ Project Structure ``` fix-my-street-zambia/ β”‚ β”œβ”€β”€ index.html # Homepage β”œβ”€β”€ report.html # Report submission form β”œβ”€β”€ map.html # Interactive map view β”œβ”€β”€ my-reports.html # User's reports β”œβ”€β”€ dashboard.html # Council admin dashboard β”‚ β”œβ”€β”€ css/ β”‚ └── style.css # Custom styles β”‚ β”œβ”€β”€ js/ β”‚ β”œβ”€β”€ main.js # Homepage functionality β”‚ β”œβ”€β”€ report.js # Report form logic β”‚ β”œβ”€β”€ map.js # Map and markers β”‚ β”œβ”€β”€ my-reports.js # User reports page β”‚ β”œβ”€β”€ dashboard.js # Admin dashboard β”‚ └── localization.js # Multi-language support β”‚ └── README.md # This file ``` ## πŸš€ Getting Started ### Installation 1. **Download or Clone** this repository to your computer 2. **Open the applica …