Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/medini-rajendra/job-search-react
- Owner: Medini-Rajendra
- Created: 2024-08-03T17:08:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T22:05:22.000Z (3 months ago)
- Last Synced: 2024-08-30T20:32:32.407Z (2 months ago)
- Language: Python
- Size: 26.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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