Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elanora96/google-job-searcher
https://github.com/elanora96/google-job-searcher
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/elanora96/google-job-searcher
- Owner: elanora96
- License: mit
- Created: 2022-08-31T22:39:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T21:36:42.000Z (5 months ago)
- Last Synced: 2024-08-01T23:41:20.996Z (5 months ago)
- Language: TypeScript
- Homepage: https://gjobsearcher.netlify.app/
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Google Job Searcher
[![Netlify Status](https://api.netlify.com/api/v1/badges/665a1d92-db68-4fae-885e-d796a877a7d6/deploy-status)](https://app.netlify.com/sites/gjobsearcher/deploys)
Inspired by [this TikTok](https://www.tiktok.com/t/ZTRPBFm12/), this simple site builds a search for Google that enables fast job discovery
## This Project (Now) Uses Vite
### `npm run dev`
Run a development server with [Hot Module Replacement (HMR)](https://vitejs.dev/guide/features.html#hot-module-replacement)### `npm run build`
Build a production ready page in `/dist`### `npm run preview`
Serve `/dist` with `vite preview`