This Job Portal simplifies the job application and recruitment process for job seekers and employers. It uses modern technologies such as TypeScript, Next.js, TailwindCSS, and LibSQL. The platform is designed to quickly and efficiently connect job seekers with potential employers, providing a simplified response and feedback loop.
- Create Customizable Profiles: Job seekers can easily create professional profiles and make edits as required.
- Browse Vacancies: Search through a list of available job postings.
- Respond to Job Postings: Respond to vacancies with ease.
- Receive Employer Feedback: Get feedback from employers on your responses.
- Post and Manage Job Listings: Quickly post new job listings and manage them efficiently.
- Search for Candidates: Browse through resumes and candidate profiles.
- Provide Feedback: Provide feedback to candidates who have responded to vacancies.
Experience the project live at https://job-p.vercel.app.
To set up the project on your local machine, follow these steps:
- Clone the Repository
git clone https://github.com/kpovel/job-portal
- Navigate to Project Directory
cd job-portal
- Set up Environment Variables
cp .env.example .env && vim .env
- Install Dependencies and Start the Local Development Server
npm i && npm run dev