Explanation on how to use the question trainer app

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • Studying by questions and answers is an effective way of training your knowledge. For this I created a simple app in TypeScript/VuejS called question trainer. You can find it online for free here:
    www.questiontra...
    It stores the list of questions you create locally, on your computer. It is not uploaded to any server. In fact, there is no server logic for this app at all. In technical terms, it has no back-end.
    You can export/import the library you have created. It is a human readable JSON format.
    So if you wish to access your library on another computer, you should export/import it. (Because local storage of the browser is used).
    Do not expect too much, I've put this together in my free time for 2 reasons: 1.) To help my wife rehearse what she was studying and 2.) I wanted to learn VueJS and TypeScript by applying it.
    It is an open source project: github.com/Dev...
    Feel free to use it in anyway you see fit.
    And contributions are welcome also of course!
    If you think it should have some features, please add an issue to the github repo. And if it does not take too much time, I can program it for you.
  • НаукаНаука

Комментарии • 2

  • @LucienStaarink
    @LucienStaarink 3 года назад

    Very cool!

  • @RealProjectTube
    @RealProjectTube 6 месяцев назад

    Too much talk and too much still picture IMO. I was hoping to see something useful.