Skip to content

This JavaScript-built quiz puts your knowledge to the test — answer Qs about JS programming methods and save your high score on a leader board.

License

Notifications You must be signed in to change notification settings

katsign/code-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript-Powered Coding Quiz ⏳

GitHub license

A quick quiz game that puts your introductory programming knowledge to the test.

Table of Contents

Description

This quiz game will take the user through 10 different questions about JavaScript coding methods. At the end, the user can save their score to the high scores log, or clear the existing entries. The main elements in play are click events, utilizing local storage and function syntax in JavaScript.

Screenshots

Landing Page Gameplay Format
Demo of Code Quiz: Race the Clock Home Demo of Code Quiz: Race the Clock Gameplay
User Input High Scores
Demo of Code Quiz: Race the Clock End Screen Demo of Code Quiz: Race the Clock High Scores

Approach

Starting out writing full programs in JavaScript can be a very challenging endeavor — I used various online resources to help me along the way, which I have credited below. I spent a number of days just thinking about and sketching out my application and its pseudocode. I found that having a detailed list of what needed to appear on the page helped me research which methods I needed to familiarize myself with the most. Once I built out the skeleton API, I began to populate it with JavaScript. A majority of my time was spent troubleshooting with Live Server from the safety of my VS Code window.

Credits

Contact

🔗 Links in Bio @katsign

Email Badge


This project is MIT licensed. © 2021

About

This JavaScript-built quiz puts your knowledge to the test — answer Qs about JS programming methods and save your high score on a leader board.

Topics

Resources

License

Stars

Watchers

Forks