This Application helps finding a new job, write a complete set of job application docs and helps you to manage and track your applications. One of the main targets is to create beautiful applications by using the great LaTEX system. By using the .NET MAUI technology currently it supports Windows and MacOS systems.
The CHANGELOG.md
file contains a detailed description of what has been changed and updated.
JobApplicationManager is released under the MIT License, see the file LICENSE.md
for more information.
What | Where |
---|---|
Code | (https://dev.azure.com/saigkill/JobApplicationManager/_git/JobApplicationManager) |
Docs | |
Bugs & feature requests | (https://dev.azure.com/saigkill/JobApplicationManager/_workitems/recentlyupdated/) |
What | Status |
---|---|
Code quality | |
Continuous integration Dev | |
Continuous integration Prod | |
Open Issues Github | |
Open Issues Azure | |
Conventional commits |
- Find a new job through various job portals
- Automated, high-quality job applications
- Stored user information for easy and fast reproduction
- Quick file processing
- Send emails or upload to application forms directly
- Manage the current status of your open applications
- Localized and translated into both English and German
- Windows 10 (Minimum 19041)/ Windows 11
- MacOS 10.15 (Catalina) or higher
- LaTEX Installation. More on https://www.latex-project.org/get/
- Syncfusion Essential Studio Community Edition (https://www.syncfusion.com/products/communitylicense). More in LICENSE.md.
- You have to create a file called
secrets.json
in theJobApplicationManager
folder. The file should look like this:
{
"AppCenter": {
"WindowsDesktop": "Your Windows Key",
"MacOS": "Your MacOS Key"
},
"AllowedHosts": "*",
"ApplicationInsights": {
"ConnectionString": "Your Application Insights ConnectionString"
},
"Syncfusion": {
"License": "Your Syncfusion License"
}
}
If you use the bought version via Windows Store or Apple Store, you don't need any keys. The app will automatically delivered with the keys.
To be done.