|
| 1 | +# Gig Connect |
| 2 | +**Tier:** 2 – Intermediate |
| 3 | + |
| 4 | +## Description |
| 5 | +**Gig Connect** is a platform that allows users to find short-duration, small-scale work opportunities (“gigs”) within their local area — such as **plant-watering, grocery pickup, local tutoring, household fixes, dog-walking, item shifting**, and more. |
| 6 | + |
| 7 | +Unlike traditional job portals, this platform focuses on **quick, task-based, hyperlocal gigs** instead of long-term employment. |
| 8 | + |
| 9 | +### Purpose of the Application |
| 10 | +To connect people who need small tasks completed with individuals looking to earn extra income in their free time. |
| 11 | + |
| 12 | +### Resources Needed |
| 13 | +- Region-based or **location filtering** |
| 14 | +- **User authentication** |
| 15 | +- **Gig listing** system and user application functionality |
| 16 | +- Optional: **Payment gateway integration** |
| 17 | + |
| 18 | +--- |
| 19 | + |
| 20 | +## User Stories |
| 21 | +- User can **create an account**. |
| 22 | +- User can **post a gig** with task details, expected time, and payment. |
| 23 | +- User can **browse gigs** posted by others nearby. |
| 24 | +- User can **apply** for a gig. |
| 25 | +- User can **chat/message** the gig owner to coordinate task details. |
| 26 | +- User can **mark a gig as completed**. |
| 27 | + |
| 28 | +--- |
| 29 | + |
| 30 | +## Bonus Features |
| 31 | +- **Ratings & Reviews** system for both gig creators and gig workers. |
| 32 | +- **Map Integration** to visually view nearby gigs. |
| 33 | +- **Smart Recommendations** based on: |
| 34 | + - Skills |
| 35 | + - Past completed gigs |
| 36 | + - Gig categories |
| 37 | + |
| 38 | +--- |
| 39 | + |
| 40 | +## Useful Links & Resources |
| 41 | +- [Mapbox (Location & Maps UI)](https://www.mapbox.com/) |
| 42 | +- [Firebase Authentication (User Login & Signup)](https://firebase.google.com/docs/auth) |
| 43 | +- [Cloud Firestore (Database & Storage)](https://firebase.google.com/docs/firestore) |
| 44 | +- [Razorpay Payment Integration (Optional)](https://razorpay.com/docs/) |
| 45 | + |
| 46 | +--- |
| 47 | + |
| 48 | +## Example Projects / Inspiration |
| 49 | +- [TaskRabbit](https://www.taskrabbit.com/) — Similar concept at commercial scale. |
0 commit comments