interplanetary-job-board

This project consists of a web application that allows candidates to search and see a list of job opportunities across the galaxy.

It's a react bases solution that allows for users to:

  • Scroll through a list of job cards with the job details;

  • Search field by job title or company name;

  • Filters by Location, Contract type, Level and Skills;

This list is populated with the information from a JSON file, called data.

To run the app after clonning the project, please run npm install and yarn start