- User can filter jobs based on Title and/or Company Name and/or Location and/or Experience and/or Skills and/or Salary and/or Start date and End Date.
- Displays total number of jobs found.
- Displays total number of jobs found after custom job filtering by user.
- User can select the page size to display 20 - 50 - 100 - 200 records on one page.
- Pagination provided with functionality to go to the First and Last Page.
- User can sort based on Job location and experience.
- To filter jobs, type in the query in the filter column... field under the headers of the table.
- Click on any row to open a Modal displaying information about the job clicked.
- Clicking on the Apply button to get redirected to the apply link in a new tab.
- Click on the Page Size in the right below side of the table to set the page size.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
- Code accompanies the Unit Tests
- Usage is clearly mentioned in the README file, This including setup the project, how to run it, how to run unit test, examples,etc
- Uses the endpoint directly