/job-search

This is a project that uses Github API to search for available jobs for given location and gives description for how to apply for the job. Build with React.

Primary LanguageJavaScriptMIT LicenseMIT

Search Job

See Live

This is a project that uses Github API to search for available jobs for given location and gives description for how to apply for the job. Build with React.

netlify deploy status mit license badge
screen shot of website

Getting Started

To get started, you can download a local copy of the repository and or see live here.

Prerequisites

Before running this project locally, you should have installed node and npm on your PC.

After installing node and npm,

Run these commands

  • Install all the dependencies for this project

    npm install
    
  • Run locally

    npm start
    

After running these commands, this website should have launched in your default browser.

Built With

  • React - JavaScript library for building user interfaces
  • Sass - Preprocessor scripting language for CSS
  • Github Jobs API - The GitHub Jobs API allows you to search, and view jobs with JSON over HTTP.

License

This project is licensed under the MIT License

Acknowledgments

This project was build by taking challenge on DevChallenges.io