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
- Host: GitHub
- URL: https://github.com/ayan-de/fix-my-gully
- Owner: ayan-de
- Created: 2025-05-03T16:26:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-19T17:55:41.000Z (about 1 year ago)
- Last Synced: 2025-05-19T18:47:50.041Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://fix-my-gully.vercel.app
- Size: 8.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)

### π± Small Screen View (Mobile)

---
## π 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
```