https://github.com/btkcodedev/jobify
Scrape jobs
https://github.com/btkcodedev/jobify
react scraper-python submodules vitejs workflow-automation
Last synced: 3 months ago
JSON representation
Scrape jobs
- Host: GitHub
- URL: https://github.com/btkcodedev/jobify
- Owner: btkcodedev
- License: mit
- Created: 2024-06-11T16:26:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-15T00:40:11.000Z (about 1 year ago)
- Last Synced: 2025-02-08T20:28:44.878Z (4 months ago)
- Topics: react, scraper-python, submodules, vitejs, workflow-automation
- Homepage: https://knowjobify.web.app/
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jobify
Vision: Everyone should know every current opportunity at a single place
Jobify is a platform designed for job seekers to filter and find freshly scraped job listings from various sources.
## Tech stack
- Vite
- React-ts
- MUI-Joy
- Firebase hosting
- Firestore
- GitHub actions
- Redux saga
- Redux toolkit
- Selenium
- Python3
- SQLite
- CSV## Features
- Frontend: User-friendly interface for browsing and filtering job listings.
- Scraper: Efficiently scrapes job postings from different job boards and websites.# Installation
## Frontend
1. Navigate to the jobify-frontend directory.
2. Install dependencies with npm install.
3. Start the frontend server with npm run dev.## Scraper
1. Navigate to the jobify-scraper directory.
2. Run the scraper following directions from the README of that repo.## Contributing
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature-branch).
- Don't forget to format via prettier and then open a pull request.## License
This project is licensed under the MIT License. See the LICENSE file for details.## Contact
For any inquiries or issues, please open an issue on GitHub.