Job Hunt is an innovative and user-friendly website designed to help job seekers explore a wide variety of job opportunities across multiple companies. The platform serves as a centralized hub where users can easily find job listings from different companies, review the job criteria, and determine whether they meet the qualifications before applying.
Job Hunt is an innovative and user-friendly website designed to help job seekers explore a wide variety of job opportunities across multiple companies. It acts as a centralized hub where users can:
- Browse job listings from various companies.
- Review job descriptions and qualifications.
- Determine their eligibility before applying.
- Simplify the job search process with an intuitive UI.
- 🔍 Job Search Interface – Browse through curated listings across multiple industries.
- 🧾 Job Details View – See job roles, qualifications, and application instructions.
- 🧑💼 User Authentication – Secure login and signup with Firebase.
- 📱 Responsive Design – Optimized for mobile, tablet, and desktop.
- 🗂️ JSON-Based Data – Job listings loaded from structured JSON files.
- 🔐 Apply Button – Easily apply to jobs that match your profile.
react– Front-end UI development.react-router– Routing between pages.firebase– Authentication and backend services.tailwindcss– Styling and layout utility classes.classnames– Utility for conditional className handling.react-icons– Icon library integration.motion- For UI Animation
To run this project on your local machine, follow these steps:
git clone https://github.com/Charlie-033/Job-Hunt.git
cd your-repo-name
npm install
npm run dev