Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.38 KB

FRAPL-LeitnerBox

Purpose

This little project has been developed by the FRAPL-Meetup - a group of APL-Enthusiasts in and around Frankfurt. Our goal is to learn how to use APL by building useful software. This little (totally untypical) APL-Application
intends to help students (or other "learners") in their study of vocabulary or other material they need to memorize. It uses the Flashcard-ideas from Sebastian Leitner.

The current name is probably temporary - one fine day (when it gets really useable) we may drop the FRAPL-Prefix! ;)

DUI-UI

In Feb2020 we started implementing an HTML-UI which can be used cross-platform. This uses DUI (Dyalog User Interface) which renders HTML/JS-based UIs. Available from its repository https://github.com/Dyalog/DUI (doco of controls & how to build pages etc. currently to be found @ https://miserver.dyalog.com/)

To execute it, start Dyalog and then: )load /git/dui/dui ⍝ adjust path as appropriate

To run the app using HTMLRenderer as a container: DUI.Run'/git/frapl-voka'

Run it serving pages to your browser: DUI.Run'/git/frapl-voka' 8080 ⍝ click URL that is shown in output`

** Warning: ** sorry, it's still very early days for this UI...

This project is licensed under the terms of the MIT license.