You are browsing as a guest. Sign up (or log in) to start making projects!

TRIVA Night Game

  • 2 Devlogs
  • 2 Total hours

Trivia for those late nights fun!!

Open comments for this post

20m 20s logged

One of the biggest improvements I made during this development phase was fixing numerous bugs that affected the overall experience. I carefully went through the application, identified issues that caused unexpected behavior, and resolved them to make everything work more reliably. These fixes helped eliminate glitches, improved stability, and made the application feel much more polished from the user’s perspective.In addition to bug fixes, I spent a significant amount of time refining the user interface and overall responsiveness of the website. I improved transitions, interactions, and navigation so that every feature feels smoother and more natural to use. Buttons, menus, and interactive elements now respond more consistently, creating a cleaner and more enjoyable experience for anyone exploring the project.I also focused on optimizing performance behind the scenes. By cleaning up unnecessary code, improving the structure of the application, and making small optimizations throughout the project, pages load faster and interactions feel more fluid. These changes may not always be immediately visible, but they make a noticeable difference in how the website performs during everyday use.Of course… fixing bugs wasn’t exactly a “find one problem and you’re done” kind of task. Every time I solved one issue, another tiny one seemed to appear somewhere else (the classic developer experience 😅). It took plenty of testing, debugging, and experimenting to track everything down, but each fix made the project stronger and more reliable.Overall, this update transformed the website from a functional prototype into a far more polished, stable, and user-friendly experience. The application is now easier to interact with, feels significantly smoother, and provides a much more enjoyable experience for users while also giving me a stronger foundation for adding even more features in future updates.

0
0
6
Ship #1 Pending review

I created TRIVA Night, an interactive trivia game designed to make answering questions feel like a fun game show experience. Players can test their knowledge across different categories, answer questions, track their score, and compete against themselves to get the highest score possible. The app focuses on creating an engaging experience with a clean interface, smooth interactions, and an enjoyable way to learn new facts.

What was challenging?
One of the biggest challenges was making the game logic work correctly, including checking answers, updating scores, moving between questions, and making sure the user experience felt smooth. I also spent time improving the design, organizing the code, and making sure the app worked reliably in the browser.

What are you proud of?
I am most proud of turning a simple trivia idea into a complete interactive game. I improved the UI, added working features, and created an experience that feels more like a real trivia night rather than just a webpage with questions.

What should people know so they can test your project?
To test the project, start the game and answer the trivia questions. Try to get the highest score possible! The game is designed to be easy to use, so anyone can jump in and play without needing instructions.

  • 1 devlog
  • 2h
Try project → See source code →
Open comments for this post

1h 33m 56s logged

The application has evolved into a polished, fully interactive trivia experience that runs seamlessly in any modern web browser without requiring a backend server. Players can answer multiple-choice questions, receive instant feedback on whether their answers are correct or incorrect, and watch their score update in real time as they progress through the game. At the end of each session, the application displays the player’s final score and provides the option to restart the quiz for another playthrough. The interface is designed to be clean, responsive, and intuitive, ensuring a smooth experience across desktop and mobile devices.
Beyond the core gameplay, the project has been structured with maintainability and performance in mind. The codebase is organized into separate HTML, CSS, and JavaScript files, making it easy to expand with additional questions, categories, animations, sound effects, or new game modes in the future. As a lightweight static website, the application loads quickly, requires minimal resources, and can be opened locally in any browser for development and testing. It is also fully prepared for deployment to platforms such as Vercel, allowing it to be hosted online with fast load times, excellent accessibility, and no server-side configuration required. This architecture makes the project simple to maintain, easy to share, and scalable for future feature enhancements while providing an engaging and enjoyable trivia experience for users.

0
0
2

Followers

Loading…