This project is an interactive quiz about the character Doctor Strange from Marvel. It was built to put into practice the knowledge acquired during the Modern JavaScript Course from The Net Ninja (Udemy).
When the user submits the quiz the score is displayed with a message which depends on the score obtained.
The setInterval
method was used to animate the score from 0 to the user's score.
- HTML
- CSS
- JavaScript
- DOM manipulation
- Submit event
preventDefault()
scrollTo()
setInterval()
clearInterval()