Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techlism/trackjobs
https://github.com/techlism/trackjobs
chrome-extension extension-chrome
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/techlism/trackjobs
- Owner: techlism
- License: gpl-3.0
- Created: 2024-09-23T22:31:07.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T05:04:59.000Z (16 days ago)
- Last Synced: 2024-10-24T22:12:40.458Z (15 days ago)
- Topics: chrome-extension, extension-chrome
- Language: TypeScript
- Homepage: https://trackjobs.online
- Size: 1.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# TrackJobs
TrackJobs is a web application designed to help you track your job applications effortlessly within seconds. It includes features such as a browser extension for seamless integration, a user-friendly interface, and secure data handling.
## Features(According to Co-Pilot, although there's much more).- **Job Application Tracking**: Easily track and manage your job applications.
- **Browser Extension**: Seamlessly integrate TrackJobs with your job search workflow.
- **Secure Data Handling**: Your data is securely handled and protected.
- **Responsive Design**: Optimized for both desktop and mobile devices.
- **AI Powered**: AI Powered for summarizing all of your Job Descriptions.## Installation
### Prerequisites
- Node.js (v18 or later)
- npm### Clone the Repository
```bash
git clone https://github.com/techlism/trackjobs.git
cd trackjobs/website
npm install
npm run dev
```
### Structure of this ProjectAs it can be seen that project is mainly distributed in two folders, extension and website. The extension is the codebase for the Google Chrome Extension and the website is a Next.js (v14.2) based.
To self-host both, website's codebase has env.example, so gather all the relevant variables and run it and you are good to go.
For the extension, enable Developer Mode on your Chrome Settings and then load upacked(there select the extension folder).## Contributions
Highly welcomed, just raise an issue and then we can proceed.
---
Please give it a ⭐.