This is Task 1 of my internship at CodTech, where I built a dynamic multiple-choice quiz application using HTML, CSS, and JavaScript.
- 10 multiple-choice questions
- Personalized welcome screen (name input)
- Immediate feedback and score tracking
- Displays all correct answers at the end
- Stylish UI with gradient background and animated transitions
- Fully responsive and user-friendly
- HTML5
- CSS3
- JavaScript (Vanilla)
- Download or clone the repo
- Open
index.html
in any modern browser - Enter your name, start the quiz, and enjoy!
- DOM manipulation
- Form input handling
- Array-based question rendering
- Dynamic content injection
- Score logic and result evaluation
Feel free to fork or reuse this quiz logic in your own projects!