https://github.com/kryptonbd/github-jobs-react-app
Show Jobs from Github Jobs API created using React
https://github.com/kryptonbd/github-jobs-react-app
github-jobs github-jobs-api react react-hooks reactjs
Last synced: 2 months ago
JSON representation
Show Jobs from Github Jobs API created using React
- Host: GitHub
- URL: https://github.com/kryptonbd/github-jobs-react-app
- Owner: KryptonBD
- Created: 2021-04-17T19:19:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T19:19:40.000Z (about 4 years ago)
- Last Synced: 2025-03-26T13:48:19.678Z (2 months ago)
- Topics: github-jobs, github-jobs-api, react, react-hooks, reactjs
- Language: JavaScript
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Jobs
> Github Jobs React app using react hooks and [Github API](https://jobs.github.com/api)
Github Jobs React app, I created this demo side project while learning [React](https://reactjs.org/), I used [React-Bootstrap](https://react-bootstrap.github.io/) for styling content.
## USAGE
Install all the dependencies using following command
```
npm install
```To run the app use following command on terminal
```
npm start
```Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.