Github Job App

Github Job App using React

Created with React, Axios, Bootstrap and Github Jobs API

Features

  • Real-time Job feed (Axios -> Github Jobs API)
  • Jobs search and filter
  • Pagination

Tech used

  • React, React Hooks (useState, useReducer, useEffect)
  • Axios
  • React-Bootstrap

I used a proxy server to connect to Github-job API to avoid CORS issue. The proxy server app can be found here: CORS PROXY APP

Installation & run in local environment

Open a terminal window

$ git clone https://github.com/meghsohor/react-github-job.git
$ cd react-github-job
$ npm install
$ npm start