Show available Jobs from Github Jobs
I have improve my knowledge about
I have understand about
useReducer
hooks to store statehttps://cors-anywhere.herokuapp.com/[your_url]
cancelToken
of axios to cancel get request when you typing every character.hasNextPage
when fetchData to add Pagination nextPageNext Steps:
.
├── .gitignore
├── package.json
├── README.md
├── public
└── src
├── components
├── Job
├── Pagination
├── SearchForm
└── UI
└── Spinner
├── hooks
└── useFetchJob.js
├── App.js
├── App.css
├── index.css
└── index.js
Use the cmd line to clone repo to your computer
git clone [github_repo_url]
Use the cmd line to install dependencies.
npm install
Run in cmd for start the dependencies server
npm start