Jobify is an innovative job search platform designed to streamline the job-seeking process. Created using React, Supabase, Tailwind CSS, and Shadcn UI, Jobify offers a sleek and responsive user experience for job seekers and recruiters alike.
- User-Friendly Interface: Utilizing Shadcn UI and Tailwind CSS, Jobify provides a clean, modern design that's easy to navigate and visually appealing.
- Real-Time Database: Powered by Supabase, the platform ensures real-time updates for job listings, user applications, and notifications.
- Advanced Filtering: Users can search lanand filter job listings based on various criteria, including job title, location, and company.
- User Authentication: Secure and seamless sign-up and login processes managed by Supabase.
- Responsive Design: Fully responsive layout ensures a consistent experience across all devices.
- React: For building dynamic and interactive user interfaces.
- Supabase: For real-time database management and authentication.
- Tailwind CSS: For efficient and customizable styling.
- Shadcn UI: For a polished and component-rich UI framework.
To get started with Jobify, follow these steps:
-
Clone the Repository:
git clone https://github.com/yourusername/jobify.git
-
Install Dependency
npm install
-
Set Up Environment Variables
VITE_SUPABASE_URL=your_supabase_url VITE_SUPABASE_ANON_KEYREACT_APP_SUPABASE_KEY=your_supabase_key VITE_CLERK_PUBLISHABLE_KEY = your clerk key
-
Run App
npm run dev