Welcome! Your job is to fix a buggy and incomplete Quiz Application. A previous developer left this project partially implemented. There are multiple UI issues, logic errors, and missing features.
Your mission is to:
- Identify and fix the bugs.
- Add the missing functionalities.
-
Open the project folder.
-
The app contains:
index.htmlstyle.cssscript.js -
Open
index.htmlin any browser to run the quiz. -
Internet connection is required because the quiz uses an external API.
- Fetches questions from Open Trivia DB API
- Displays one question at a time
- Shows correct/incorrect feedback
- Tracks score
/quiz-app │── index.html │── style.css │── script.js │── README.md │── issues.md
Fix the issues and enhance the project with missing features. Make the quiz fully functional, responsive, and user‑friendly.
Good luck debugging! Happy Coding ^_^