JobHunt is a modern web application that helps users discover job openings from various platforms in one place. Whether you're a fresher or an experienced professional, JobHunt makes your job search smooth, quick, and efficient.
- 🔍 Search Jobs – Find job listings from various sources (LinkedIn, Indeed, etc.)
- 🧠 AI-powered Job Matching – Get job recommendations tailored to your profile (optional feature)
- 📌 Bookmark Jobs – Save interesting opportunities to apply later
- 📅 Application Tracker – Keep track of applied jobs and their status
- 🔔 Notifications & Alerts – Get notified about new relevant openings
- 📁 Smart Filters – Filter jobs by location, experience, company, domain, and more
- Frontend: React.js / Next.js
- Backend: Node.js / Express
- Database: MongoDB / PostgreSQL
- Web Scraping / API: Puppeteer / Cheerio / Public Job APIs
- Authentication: JWT / OAuth (Google, LinkedIn)
- Deployment: Vercel / Netlify / Render / Heroku
git clone https://github.com/Arvind054/JobHunt
cd JobHuntnpm installCreate a .env file and add the following:
MONGO_URI=your_mongodb_uri
PORT=5000
JWT_SECRET=your_secret_key
GOOGLE_GEMINI_API= "your_Google_gemini_api_key"npm startFrontend will be running on http://localhost:3000
Backend (if separate) on http://localhost:5000
Feel free to fork this repository and contribute to improve it. Pull requests are always welcome!
Arvind Choudhary
LinkedIn • GitHub
This project is licensed under the MIT License.