Homework Brwoser (formerly Rikser) is an electron based browser made to help students with their homework. It is primarily designed for Finnish market (note MAOL reference book), but can be used by anyone with little bit of tweaking.
- Multiple tabs
- Privacy first design
- Reference book integration
- Constant check and replacement across websites
- LaTeX to Ascii Parser
Homework Browser is based on Chromium trough electron. It uses svelte as the main frontend library.
Homework Browser will most probably not be updated regularly and the updates will mainly reflect the Finnish educational landscape needs.
No Homework browser is designed as privacy #1 browser and thus blocks most of these 3rd party trackers, it does not come installed with any analytics or tracking settings and is made to be used mainly for light research and homework.
You can install Homework Browser for Mac and Windows by going to this projects releases
Or alternatively build from source by
git clone https://github.com/Swifterhtmler/Rikser.git
cd Rikser
npm installand then...
To deploy run
npm run buildor by choosing your system
npm run build:[win; mac; linux]To optimitize the browser for your needs you can change the url of the reference book in the App.svelte by changing the CreateMAOLTab() function .createTab methods location.
Client: Svelte, Ts, Js, Css, HTML, Electron, Electron-builder