Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spm999/weekday-job-board
https://github.com/spm999/weekday-job-board
api axios components css3 filters html5 jobsearch jsx reactjs vite weekday
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spm999/weekday-job-board
- Owner: spm999
- Created: 2024-05-07T12:51:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T12:53:12.000Z (8 months ago)
- Last Synced: 2024-05-07T13:45:46.502Z (8 months ago)
- Topics: api, axios, components, css3, filters, html5, jobsearch, jsx, reactjs, vite, weekday
- Language: JavaScript
- Homepage: https://weekday-job-board-tan.vercel.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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