This lightweight coding quiz app challenges users with 5 coding questions, each requiring a quick response within a 75-second timeframe. Test your coding skills under pressure! After completing the quiz, submit your scores and see how you stack up. Enjoy the challenge!
Link to the Coding Quiz: https://nlopez39.github.io/Coding-Quiz/
-
Take the Quiz: Launch the Coding Quiz App on your device and initiate the quiz by clicking the 'Start Quiz' button. A multiple-choice question will be presented, accompanied by a 75-second timer.
-
Answer each Question: Each answer is worth 10 points.Strive for accuracy as incorrect answers incur a penalty of 10 seconds.
-
Save Score: Submit your score to the scoreboard at the end of the test.
-
Look at scores: Explore previous scores on the 'View High Scores' page to compare and track your performance.
Follow these steps to set up and run the project locally on your machine.
-
Open your terminal or command prompt.
-
Navigate to the directory where you want to store the project:
cd path/to/your/directory -
Clone the repository:
git clone git@github.com:nlopez39/Coding-Quiz.git
-
Navigate to the project directory:
cd your-project -
Install project dependencies:
npm install
Once the installation is complete, you can run the project:
bash npm start
Nicholas Gambino (Teacher Assistant) : Told me to create the questionsArray object https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage https://developer.mozilla.org/en-US/docs/Web/API/setInterval https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
Please refer to the LICENSE in the repository
