Job Junction is a full-stack MERN application that connects students looking for job opportunities with employers who want to hire talent.
It provides two separate authentication systems for Students and Employers, allowing each to access features tailored to their needs.
Coming Soon (Frontend + Backend Deployment)
- Create account and login
- View available job listings
- Apply for jobs
- Track application status
- Create company account
- Post new job openings
- Manage job applications
- View applicant details
- Fully secure login using JWT
- Password hashing with bcrypt
- Role-based user access (Student / Employer)
| Layer | Technology |
|---|---|
| Frontend | React + Vite |
| Styling | CSS / Chakra UI |
| Backend | Node.js, Express.js |
| Database | MongoDB |
| Auth | JWT + bcrypt |
| State Management | Redux Toolkit (if used) |