A-Quiz-App

It is a simple quiz app whose main functionality done with pure JavaScript DOM Manipulation. It checks for correct and incorrect answers and convert the text red if incorrect and green for correct. And if all the answers are correct then it will pop up the modal alert for successfully answered. And that modal alert will disappear after 1s which is implemented using setTimeout.

Check the application here - https://pritam47.github.io/A-Quiz-App/