vocaBull 2 - a remake of a flashcard web app
I developed vocaBull which is a flashcard web app a few years ago, and I use it almost every weekday. Introducing vocaBull github repo vocaBull (vb, for short) is deployed on Pythonanywhere.com, but the free plan for pythonanywhere gets slow frequently, forcing me to wait for a few seconds before I see a new flashcard. As vb is Flask and Jinja2-based, it needs to render an HTML page for every flashcard at the server. This has made it frustrating to use vb from Pythonanywhere. ...