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

https://github.com/ramankarki/job-search

This is a project that uses Github API to search for available jobs for given location and gives description for how to apply for the job. Build with React.
https://github.com/ramankarki/job-search

css3 html5 javascript job-search jobs react reactjs search webapp

Last synced: 7 days ago
JSON representation

This is a project that uses Github API to search for available jobs for given location and gives description for how to apply for the job. Build with React.

Awesome Lists containing this project

README

          

Search Job


See Live

This is a project that uses Github API to search for available jobs for given location and gives description for how to apply for the job. Build with React.


netlify deploy status
mit license badge


screen shot of website

## Getting Started

To get started, you can download a local copy of the repository and or see live here.

### Prerequisites

Before running this project locally, you should have installed node and npm on your PC.

### After installing node and npm,

### Run these commands

- Install all the dependencies for this project

```
npm install
```

- Run locally
```
npm start
```

After running these commands, this website should have launched in your default browser.

## Built With

- [React](https://reactjs.org/) - JavaScript library for building user interfaces
- [Sass](https://sass-lang.com/) - Preprocessor scripting language for CSS
- [Github Jobs API](https://jobs.github.com/api) - The GitHub Jobs API allows you to search, and view jobs with JSON over HTTP.

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT)

## Acknowledgments

This project was build by taking challenge on [DevChallenges.io](https://devchallenges.io/)