Sparta, a Sport and Rehearsal Tracking Application with a focus for privacy and security. The application uses encryption and locally stored files to keep your activities private and hidden from spying eyes.
- assets/ : Storage of icons used in the project.
- src/ : The place where all application code is placed and home of the simple main.go file.
- src/bundled : Images bundled in to the source code.
- src/file : Common code for file handling in the application.
- src/file/encrypt : Cryptographic functions used for encryption etc.
- src/gui : Contains all code used for and around the graphical user interface.