This project is a job recruitment dashboard built using React and Tailwind CSS. It allows users to view job listings, explore sectors and categories, and view job details. The site is live on Click Here
- Job Listings: View a list of all available jobs.
- Sector Jobs: Filter and explore jobs based on different sectors.
- Category Jobs: View job listings by categories.
- Job Details: Click on a job to see detailed information about the role and the company.
- Recruitment Data Analysis: Year-wise recruitment trends and CTC analysis displayed graphically.
- React: Frontend library
- Tailwind CSS: For responsive design and styling
- React Router: For navigation between different pages
- JavaScript: Logic and interactivity
- JSON Data: Job data is stored in a JSON file for simplicity
- Clone the repository:
git clone https://github.com/yourusername/job-recruitment-dashboard.git
- Navigate to the project directory:
cd job-recruitment-dashboard - Install the required dependencies:
npm install
- Start the development server:
npm run dev
On the Home Page, clicking on a graph automatically applies the corresponding filter for job sectors or categories.
On the Job Listings page, users can explore a wide range of available job postings with details like job title, company, location, and more.
On the Filtered Job Listings page, users can view job postings based on the applied filters such as sectors, categories, or other criteria.
The Job Detail Page provides comprehensive information about a specific job, including the job designation, company details, job description, location, and joining date.



