/quiz-app

Primary LanguageJavaScript

QUIZ APP

  • state management using useState hook
  • states:
    • currentQuestion - numbering for the current question number
    • showScore - flag for showing score at the end
    • score - holds the current score
  • contains 10 static questions for now
  • built using pure css
  • mobile compatible and fluid responsible at mobile breakpoint
  • Link to the application!