# TalentBridge
A full‑stack talent‑matching platform connecting candidates and recruiters.
Live demo: https://talentbridge-seven.vercel.app/
---
## Tech Stack
- **Front‑end:** Next.js · React · Tailwind CSS
- **Back‑end:** Node.js · Express.js
- **Auth:** NextAuth.js (email OTP)
- **DB:** MongoDB Atlas (Mongoose)
- **Deploy:** Vercel
---
## Quick Start
1. **Clone & install**
```bash
git clone https://github.com/Ajad-cpu/TalentBridge.git
cd TalentBridge
npm install-
Configure
.env.localMONGODB_URI=… NEXTAUTH_URL=http://localhost:3000 NEXTAUTH_SECRET=…
-
Run
npm run dev
MIT
This project is open-source and licensed under the MIT License, allowing free use, modification, and distribution.