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.
- 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.
- Clone the repository to your local machine.
git clone https://github.com/spm999/Weekday-Job-Board
- Navigate to the project directory.
cd app
- Install dependencies using npm or yarn.
npm install
npm run dev
Open your browser and navigate to http://localhost:5172 to view the application.
- 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.
- React
- Axios
- JavaScript
- HTML
- CSS