Welcome to the JavaScript Fundamentals Challenge! This dynamic quiz features multiple-choice questions, injecting excitement as you race against the clock to accumulate correct answers. Exercise caution, as an incorrect response incurs a time penalty.
The motivation behind creating this quiz is to enhance the enjoyment of learning and practicing JavaScript fundamentals. Notably, it stores your scores, allowing you to track your progress and witness your improvement over time. It serves as an ideal platform to hone your skills. Challenge your friends, compare high scores, and engage in friendly competition to determine who truly excels in their JS knowledge. Let the learning adventure begin!
Please see a full list of features here
- Dev Requirements
- Dev Environment Setup
- Enduser usage instructions
- Features
- How to contribute
- technologies
- Screenshot
- Credits
- License
Git/GitBash, VS Code, and the source code, of course! 🛠️
To get the development environment running:
- Clone this repo
- Open the repo folder in VS Code
- Right-click on
index.html
and open it using the default browser.
index.html
: Contains all HTML code for the quiz pagehighscores.html
: Contains all HTML code for the highscores pageassets/js/
: Contains all javaScript files for the webappassets/css/
: Contains all CSS styling for the webappassets/images/
: Contains all images used in the webpage
There is no special requirements for end users. Simply visit here To play my Quiz
- Contains of 50 unique questions
- Questions are always in a random order, no matter how meany times you play!
- Players can save there scores
- Race against the timer, when you get a question incorrect you will lose time
- Scores are saved so you can see how you are improving over time
- Fork this repository
- Clone the repository
- Create a branch for your bug fix or feature
- Make necessary changes and commit those changes
- Push changes to GitHub
- Create a pull request to this repo to submit your changes for review
- JavaScript
- HTML
- CSS
The following image shows the web application's appearance and functionality:
Note: This is a montage of my quiz.
- Ross - Source Code
MIT License
Copyright (c) 2023 RossNE99
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.