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

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.

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
```