Javascript quiz application, built to further my knowledge of JavaScript
- 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.