Skip to content

An electron app with a minimally designed front-end and a variety of features made to help in online learning.

Notifications You must be signed in to change notification settings

danielrousseaug/gakko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gakkō

Gakko is an electron application designed to help students with organizing their digital learning platforms.

Getting Started

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.

Installation

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

Usage

Menu Select from 3 current features: Notes, Schedules and Calendar

Notes Notes functions as a simplistic todo list

Schedule

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.

Contributing

Pull requests are welcome.

License

MIT

About

An electron app with a minimally designed front-end and a variety of features made to help in online learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published