Skip to content

Latest commit

Β 

History

History
78 lines (54 loc) Β· 1.82 KB

File metadata and controls

78 lines (54 loc) Β· 1.82 KB

πŸŽƒ Hackathon Matchmaker πŸ†

πŸ… 1st Place Winner - "Unearthing Value" Halloween Hackathon Powered by MetLife

⚑ Built in 3 Days

Unearthing Hidden Value in Professional Connections

A platform that helps hackathon participants find perfect teammates based on skills, interests, and roles.

πŸš€ Live Demo

You can test the application live here:

πŸ‘‰ Test it Live

πŸ“Έ App Screenshots

Login

Secure authentication to access your account
Login

Register

Create a new account with your skills and interests Register

Dashboard

Find Your Perfect Match Dashboard

Requests

Manage Match Requests - accept or decline invitations Requests

Chat

Chat with Your Matches - instant messaging with your matches Chat

Profile

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

Basic project structure for hackathon matchmaker application.

Project Structure

β”œβ”€β”€ frontend/          # React + Vite frontend
β”œβ”€β”€ backend/           # Node.js + Express backend
└── package.json       # Monorepo configuration

Technologies

  • Frontend: React + Vite (JavaScript)
  • Backend: Node.js + Express (JavaScript)

Development

Run everything

npm run dev

Run separately

# Frontend only (http://localhost:5173)
npm run dev:frontend

# Backend only (http://localhost:3000)
npm run dev:backend

Installation

npm install