Tech Job Finder is an Electron.js-based desktop application designed to help job seekers easily find and apply to tech companies worldwide. The app aggregates company information, including locations, websites, and services, making the job application process more streamlined and efficient.
- Browse a comprehensive list of tech companies.
- Search and filter based on location and services.
- Open company websites directly in the native browser.
- Switch between table and card views for better readability.
- Dark mode support for improved user experience.
Ensure you have the following installed before proceeding:
-
Clone the repository:
git clone https://github.com/MuhammedZohaib/GlobalTechJobs.git cd GlobalTechJobs
-
Install dependencies:
npm install
-
Run the application:
npm start
To package the application into an executable file:
npm run package
The output will be available in the dist/
directory.
We welcome contributions to improve this project! If you have suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
- Muhammad Zohaib
- Muhammad Saad Suleman
This project is licensed under the MIT License.