Live App: React Github Job
- Real-time Job feed (Axios -> Github Jobs API)
- Jobs search and filter
- Pagination
- 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
Open a terminal window
$ git clone https://github.com/meghsohor/react-github-job.git
$ cd react-github-job
$ npm install
$ npm start