https://github.com/parassolanki/github-jobs-react
A project that will show you all the new jobs from Github jobs API and also you can filter out jobs.
https://github.com/parassolanki/github-jobs-react
react react-query tailwindcss typescript
Last synced: 3 months ago
JSON representation
A project that will show you all the new jobs from Github jobs API and also you can filter out jobs.
- Host: GitHub
- URL: https://github.com/parassolanki/github-jobs-react
- Owner: ParasSolanki
- Created: 2022-06-02T13:55:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T09:02:52.000Z (about 4 years ago)
- Last Synced: 2025-03-23T11:11:20.932Z (over 1 year ago)
- Topics: react, react-query, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 2.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github jobs with React (Pre-React)
## Tech stack
- React (Pre-React)
- TypeScript
- Tailwind CSS
- React-Query
I wanted to make this project but i came to know that Github job API is deprecated so i can no longer use Github API for this project more info [https://jobs.github.com/](https://jobs.github.com/)
## Installation
Install with yarn
```bash
yarn dev
```
## Build
To build this project run
```bash
yarn build
```