Demo https://johnayinde.github.io/Quiz-app/
Build a responsive quiz game. Your quiz game should function according to these specifications:
It must have 5 questions of any topic of your choice Each question must have a minimum of 3 options- 1 correct option and 2 or more wrong options. A user can click an option to answer a question. If the correct option is clicked, the option is given a green background with a white text.
If it's wrong, then it is given a red background with white text while the correct option is given a green background and white text.
It has a visible score counter that records how many questions have been correctly answered. It has a next button that can be clicked to display the next question. The game ends after the 5th question and shows the total attained score.