GetHired is a dynamic job portal platform that connects job seekers with recruiters. Job seekers can apply for jobs, while recruiters can post their job openings, creating a seamless experience for both parties. This platform is built using modern web technologies to ensure a responsive and user-friendly interface.
- Job Seeker Portal: Browse and apply for job openings.
- Recruiter Portal: Post job openings and manage applications.
- User Authentication: Secure authentication using Clerk.
- Responsive Design: Accessible on all devices.
Frontend: React, ShadCN UI, Tailwind CSS
Backend: Supabase
Authentication: Clerk
Deployment: Vercel
To run this project, you will need to add the following environment variables to your .env file
VITE_SUPABASE_URL=
VITE_SUPABASE_ANON_KEY=
VITE_CLERK_PUBLISHABLE_KEY=
Install my-project with npm
git clone https://github.com/Adityapratap2004/Get-Hired
cd Get-Hired
npm install npm run dev