Trakap is an all-in-one application designed to streamline the management of tasks, projects, and personal workflows.
Initially focused on managing job applications, Trakap offers powerful tools to organize and track your progress. Our goal is to expand Trakap into a more versatile productivity tool that adapts to your needs, whether you're job hunting, managing projects, or tracking your daily tasks.
Take a look at some screenshots of Trakap in action :
-
Minimum version : (Download it from here or visit the official Node.js website https://nodejs.org)
-
Why this version?
This version is required because it includes important features and bug fixes necessary for the smooth functioning of the app.
You can check your current version by running the following command :
node -v
If you don't have the correct version, you can upgrade using nvm or manually download it from the official Node.js website.
git clone https://github.com/MarinSH/trakap.git
cd trakap
npm install
To get started with Trakap, follow these instructions depending on your use case :
To start the app in development mode and contribute to the project, run the following command :
npm start
This will :
- Launch the app in development mode.
- Enable hot-reloading for easy code changes.
If you just want to use the app and create a production-ready build, run :
npm package
This will :
- Package the app for production use.
- Generate an executable file that you can run on your system.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
For more details, check contributing file : CONTRIBUTING.md
This project is licensed under MIT with Commons Clause. This means:
- You are free to use, modify, and redistribute the code, as long as you include a copy of this license.
- Commercial use is strictly prohibited unless prior written permission is obtained from the authors.
The project uses a modified version of the MIT license : LICENSE.md