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 gakko
wherever you want to have the program, then do
npm init
choose the default to all the prompts, then do
npm install electron --save-dev
to 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
Select from 3 current features: Notes, Schedules and Calendar
Notes functions as a simplistic todo list
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.