Gakko is an electron application designed to help students with organizing their digital learning platforms.
I am a user: Install the latest release from the releases section.
I am a develeoper: Download and run the code by following the installation steps below.
NOTE: Make sure you have NPM/NodeJS before installing use
git clone https://github.com/danielrousseaug/gakko
cd gakkowherever you want to have the program, then do
npm initchoose the default to all the prompts, then do
npm install electron --save-devto install dependencies.
Then either use npm start to run from a commandline, or package into an application using npm install electron-packager -g and then electron-packager . Gakko


Schedule works as a way to organize your classes and their respective zoom links. To edit any of the classes name or link, simply press the edit button, modify them, and click the save changes button.
Pull requests are welcome.
