Skip to content
KT edited this page Jun 17, 2018 · 27 revisions

In the POC (Proof of concept), the job portal app has the following functionality:

  • Fetch Jobs from Github Jobs API
  • Search for jobs from Homepage or from Job Listings page
  • Select a particular job to obtain more details about the job

Access the App : Job Search Made Easy


Use Case: Anonymous User

  • Anonymous user doesn't have to register or login to view and search jobs.
  • Registration (as a job seeker) is required to save/bookmark jobs and to view his/her applications.
  • Registration (as a recruiter) is required to post new jobs to the job board and to view profiles of applicants.

To Test App:

  • Click on Jobs in Nav Bar to view all job listings.
  • Click Search button without any filters to view all jobs.
  • Search by Keyword or Location.
  • Search jobs using a combination of Keyword and Location.
  • Click on a job title to view job details.

Demo

View all jobs

search demo

View job details

search demo

Search jobs by location

You can search jobs by State or city, using an autocomplete dropdown. You can also search only by keyword.

search demo

Search jobs by keyword and location

You can also search jobs by using keyword and location filters together.

search demo

Search Filters

Search jobs on basis of Type (Full time/contract), Company, Date posted
(Feature coming soon !)

search demo

Clone this wiki locally