HTML Program for Studying
If your ideal studying method is flashcards but you’d like to do it the maker way or imitate some features that exist only through subscription to websites, this can be helpful.
Supplies
The code repository can be found here: https://github.com/AmberSidereal/Questions
This is a studying platform using HTML for making flashcards. I used it a while ago to study for exams. Well, flashcards didn’t really seem to be right for me, but for some people they work perfectly.
Edit: I forgot to change the website title from “Hello, World” in the code since it was the default in my compiler. Sorry for that.
Customization
You can customize the code, which is under a MIT license, by editing the string list in the listOfQuestions constant.
For a JS guide you can check W3Schools.