Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/medini-rajendra/job-search-react

This repository fetches job results from the google page and displays in tabular format for the user to apply.
https://github.com/medini-rajendra/job-search-react

Last synced: 20 days ago
JSON representation

This repository fetches job results from the google page and displays in tabular format for the user to apply.

Awesome Lists containing this project

README

        

# Job Application Portal
This repository fetches job results from the google page and displays in tabular format for the user to apply.

## Packages required
React, Tailwindcss, apify-client, danfojs

## Installation
`npm create vite@latest .`

`npm i`

`npm install -D tailwindcss postcss autoprefixer`

Follow further instructions from https://tailwindcss.com/docs/guides/vite

### Important things

Define api key in .env in project root directory

`VITE_REACT_API_RAPIDAPI_KEY = ""`

and use this key as "import.meta.env." for api key initialization