CareerNest is a platform that connects job seekers with recruiters in an easy-to-use interface. It allows job seekers to find and apply for job opportunities, while employers can post job openings and recruit suitable candidates. The platform streamlines the recruitment process, making job search and hiring more efficient.
- User Registration: Job seekers and recruiters can create personalized accounts.
- Job Search: Job seekers can browse available job listings based on their skills and preferences.
- Post Job: Employers can post job openings and connect with potential candidates.
- Apply for Jobs: Job seekers can apply for roles directly on the platform.
- Recruit Candidates: Employers can find and reach out to potential candidates seamlessly.
- Frontend: React.js, React Router, Font Awesome, Material Icons, Styled Components
- Backend: Node.js (if implemented)
- Database: MongoDB (if implemented)
- Deployment: Vercel (or your deployment platform of choice)
To run this project locally, follow the steps below:
- Clone the repository:
git clone https://github.com/your-username/careernest.git
- Navigate to the project directory:
cd careernest
- Install dependencies:
npm install
- Start the development server:
npm start
Your application should now be running on http://localhost:3000.