This aplication is a class task and it was made based on a course on Udemy [1]. As I'd liked to improve my skills on coding and learning HTML, CSS and JavaScript, I used Portuguese (to understande better what I'm doing) and English (The default Udemy's course language) to build the project. Moreover, the repo where you can find the original version of the quiz is here. Also, I'm a newbie using these languages, so, if you'd like to help, feel free to send me pull requests or contact me and colab with this repo.
It's a game that you have to answer three generic questions. In the end, it asks you to write an username and save. On Scores, you can see how many points you got and a list of high scores. This app was made with HTML, CSS and JS, no frameworks are used to build it, and the questions were generated using Trivia API's dataset [2, 3]. You can visualize your progress by enabling the extension Live Server [4] on Visual Studio Code, which launch a development local Server with live reload feature for pages.
[1] https://www.udemy.com/course/build-a-quiz-app-with-html-css-and-javascript/
[2] https://opentdb.com/api.php?amount=10&category=9&difficulty=easy&type=multiple
[3] https://opentdb.com/api_config.php
[4] https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer