I created an application of a timed quiz on JavaScript fundamentals that stores high scores so that one can use my application to gauge their progress with their peers.
This application will have 4 main screens. The user will use the buttons to navigate between the starting screen, choosing the questions, and enter in the high scores.
When a user clickes on a right answer, "Right Answer!" message will appear on the bottom. Otherwise, "Wrong Answer!" will appear.
The user can enter his or her initial. If their scores are top 5, their name will appear on the highscores scoreboard.
- Code can be better organized. Can refractor and use JQuery to simplify the code. Need to think about the organization first in the next homework.