This project was built as a homework assignment for a programming course.
The goal was to practice JavaScript fundamentals by building a timed quiz with scoring and basic UI updates.
- DOM manipulation and event handling
- Basic application state (score, timer, questions)
- Input validation and user flow
- Clear, readable JavaScript structure
Preserved as coursework. Not actively maintained.
For newer and independent projects, see my other repositories.
This was the hardest project i have worked on. I was trying to make a quiz game but I just couldn't figure out how to deduct time for wrong answers and set up local storage. The quiz was supposed to save highscores and deduct time off any wrong aswers.
