Loading repository data…
Loading repository data…
arkarmin-gg / repository
quiz's app that created with HTML, CSS, pure JavaScript using fetch API
This is a simple quiz application that fetches questions from the opentdb.com API and allows users to select answers.
Clone the repository:
Open the index.html file in your web browser.
Upon opening the application, a question will be displayed along with multiple choice answers.
Select an answer by clicking on the corresponding radio button.
Click the "Submit" button to submit your answer.
If your answer is correct, a "Correct" alert will be displayed, and the form will be cleared. A new question will be fetched from the API.
If your answer is incorrect, a "Wrong" alert will be displayed, and the form will be cleared. No new question will be fetched.
Repeat steps 2-5 to continue answering questions.
This application utilizes the following technologies and resources: