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.
- Host: GitHub
- URL: https://github.com/ramankarki/job-search
- Owner: ramankarki
- License: mit
- Created: 2020-12-29T10:06:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T05:15:13.000Z (over 2 years ago)
- Last Synced: 2023-11-09T06:23:25.164Z (over 2 years ago)
- Topics: css3, html5, javascript, job-search, jobs, react, reactjs, search, webapp
- Language: JavaScript
- Homepage: https://githubjob-search.netlify.app/
- Size: 10.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Search Job
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.
## 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/)