/Weekday-Job-Board

The Weekdays Jobs Portal is your one-stop destination for finding the perfect job opportunities tailored to your skills and preferences. Built using React.js, this platform offers a seamless and dynamic user experience, making your job search efficient and enjoyable.

Primary LanguageJavaScript

Weekday Job Board

This is a simple job listing web application that allows users to filter and browse through available job listings. It utilizes React for the frontend and Axios for handling HTTP requests.

Features:

  • Filter jobs by role, minimum experience, remote status, minimum base pay salary, location, and company name.
  • Dynamically load more jobs as the user scrolls down the page.
  • Display a message when no jobs match the applied filters.

Installation:

  1. Clone the repository to your local machine. git clone https://github.com/spm999/Weekday-Job-Board
  2. Navigate to the project directory. cd app
  3. Install dependencies using npm or yarn. npm install

Start the development server

npm run dev

Open your browser and navigate to http://localhost:5172 to view the application.

How to Use:

  • Select filters from the dropdown menus or input fields to filter the list of jobs.
  • Jobs will dynamically load as you scroll down the page.
  • If no jobs match the applied filters, a message will be displayed.

Technologies Used:

  • React
  • Axios
  • JavaScript
  • HTML
  • CSS