A desktop application to help job seekers better track and organize their job search. AppTrack offers a simple-to-use interface to easily display active applications and their current state without forfeiting data to be mined. All data stored in AppTrack is private to its user.
We welcome contributions to AppTrack! If you'd like to get involved, please take a moment to review our CONTRIBUTING.md file. It contains guidelines on how to report issues, submit pull requests, and improve the project.
Your contributions are greatly appreciated!
To build AppTrack locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Caffien-Driven-Development/AppTrack.git cd AppTrack -
Install dependencies:
npm install
-
Start the development environment:
npm start
-
Build the production-ready application:
npm run build
This will generate the production build in the out directory.