An open API service indexing awesome lists of open source software.

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

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.