Unearthing Hidden Value in Professional Connections
A platform that helps hackathon participants find perfect teammates based on skills, interests, and roles.
You can test the application live here:
Secure authentication to access your account

Create a new account with your skills and interests

Manage Match Requests - accept or decline invitations

Chat with Your Matches - instant messaging with your matches

Your Information Hub - view and edit your profile, skills, experience, and logout

Basic project structure for hackathon matchmaker application.
├── frontend/ # React + Vite frontend
├── backend/ # Node.js + Express backend
└── package.json # Monorepo configuration
- Frontend: React + Vite (JavaScript)
- Backend: Node.js + Express (JavaScript)
npm run dev# Frontend only (http://localhost:5173)
npm run dev:frontend
# Backend only (http://localhost:3000)
npm run dev:backendnpm install