Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 575 Bytes

File metadata and controls

13 lines (12 loc) · 575 Bytes

jsQuiz

Javascript quiz application, built to further my knowledge of JavaScript

Roadmap

  • Add client-side validation on answer selections [DONE]
  • Add "Back" button (but display selected answer when navigating back to previous question)
  • Store quiz questions in JSON file
  • Add login functionality using LocalStorage.
  • Use cookies to remember user, and show "Welcome, First Name" functionality when logged in.
  • Keep record of all users and show scoreboard.
  • Add CSS animations/transitions to make it look pretty.