Access the app here - JavaScript Quiz App
URL: https://javascripquizapp.netlify.app/
Initial idea of building this app came to me while I was learning JavaScript and thought if I could make an JS quiz application to practice and sharpen my skills and understanding of JS. This repository hosts a Quiz Application focused on JavaScript. It features multiple-choice questions covering topics from basics to advanced concepts. Ideal for beginners and experienced developers alike, it’s a fun, interactive way to test and improve your JavaScript knowledge.
- Multiple-choice JavaScript questions
- Covers basic to advanced topics
- Instant feedback on answers
- Score tracking
- Red/Green text color for correct/incorrect choices
-
Clone the repository:
git clone https://github.com/LeadGeekSquad/JavaScriptQuizApp.git -
Navigate to the project directory:
cd JavaScriptQuizApp -
Open
index.htmlin your browser:
You can directly open the file or use a live server extension if you're using VS Code.
- Answer the multiple-choice questions.
- Get immediate feedback and track your score.
- After submitting, it provides correct answer choice in green color and incorrect answer choice in red color
- Refresh or click on regenerate questions button to try again or improve your score!
Feel free to fork the repository, make changes, and submit pull requests. Contributions with new questions or feature improvements are always welcome!
This project is licensed under the MIT License.
🌟 Happy quizzing!