An open API service indexing awesome lists of open source software.

https://github.com/ayan-de/fix-my-gully

"Revive the Lane--Reclaim the City" 🧹 FixMyGully is a civic issue reporting platform that empowers citizens to report and track cleanliness and infrastructure problems in their neighborhoods
https://github.com/ayan-de/fix-my-gully

Last synced: 4 months ago
JSON representation

"Revive the Lane--Reclaim the City" 🧹 FixMyGully is a civic issue reporting platform that empowers citizens to report and track cleanliness and infrastructure problems in their neighborhoods

Awesome Lists containing this project

README

          

# 🧹 FixMyGully

FixMyGully is a civic issue reporting web app that empowers citizens to report problems like blocked drains, garbage dumps, and waterlogging in their neighborhoods. It promotes transparency and active civic engagement.

---

## 🌐 Live Demo

[Visit Site](https://your-live-site-link.com)(Not working- Still in Progress)

---

## πŸ“Έ Screenshots

### πŸ–₯️ Large Screen View (Desktop)

![Large Screen](/public/screenshots/desktop.png)

### πŸ“± Small Screen View (Mobile)

![Small Screen](/public/screenshots/mobile.png)

---

## πŸš€ Features

- πŸ—ΊοΈ Interactive Map to report location-based issues
- πŸ“Έ Upload images of the issue
- πŸ“ Auto-location detection (GPS or manual pin)
- 🧾 Real-time issue list with filters
- πŸ“¬ Admin dashboard (planned)

---

## πŸ› οΈ Tech Stack

- **Frontend**: Next.js + React + Tailwind CSS
- **Maps**: React Leaflet + OpenStreetMap
- **Database**: PostgreSQL (via Hasura)
- **Auth**: Supabase Auth (planned)
- **Hosting**: Vercel

---

## 🧰 Getting Started

```bash
git clone https://github.com/your-username/fixmygully.git
cd fixmygully
npm install
npm run dev
```