CivicConnect is a web-based portal that allows citizens to submit local civic issues such as garbage disposal, potholes, water leakage, streetlight problems, and more. The platform aims to improve communication between the public and local authorities, track the progress of complaints, and enhance community engagement.
- π Citizens can submit complaints with title, description, and status.
- π Admin dashboard for updating complaint status.
- πΊοΈ Map integration to visualize complaint locations.
- π Status categories: Submitted, In Review, In Progress, Resolved.
- π Secure admin panel for status management.
- π Responsive design with Bootstrap 5.
- Frontend: HTML5, CSS3, Bootstrap 5
- Backend: Flask (Python)
- Database: SQLite (via SQLAlchemy)
- Other Libraries:
Flask-SQLAlchemyCloudinary(for image uploads, if used)