Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions Projects/2-Intermediate/Gig-Connect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Gig Connect
**Tier:** 2 – Intermediate

## Description
**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.

Unlike traditional job portals, this platform focuses on **quick, task-based, hyperlocal gigs** instead of long-term employment.

### Purpose of the Application
To connect people who need small tasks completed with individuals looking to earn extra income in their free time.

### Resources Needed
- Region-based or **location filtering**
- **User authentication**
- **Gig listing** system and user application functionality
- Optional: **Payment gateway integration**

---

## User Stories
- User can **create an account**.
- User can **post a gig** with task details, expected time, and payment.
- User can **browse gigs** posted by others nearby.
- User can **apply** for a gig.
- User can **chat/message** the gig owner to coordinate task details.
- User can **mark a gig as completed**.

---

## Bonus Features
- **Ratings & Reviews** system for both gig creators and gig workers.
- **Map Integration** to visually view nearby gigs.
- **Smart Recommendations** based on:
- Skills
- Past completed gigs
- Gig categories

---

## Useful Links & Resources
- [Mapbox (Location & Maps UI)](https://www.mapbox.com/)
- [Firebase Authentication (User Login & Signup)](https://firebase.google.com/docs/auth)
- [Cloud Firestore (Database & Storage)](https://firebase.google.com/docs/firestore)
- [Razorpay Payment Integration (Optional)](https://razorpay.com/docs/)

---

## Example Projects / Inspiration
- [TaskRabbit](https://www.taskrabbit.com/) — Similar concept at commercial scale.