GoMaheu

🚪 Welcome to Trivia! 🚪

Login / New User

This project began as a Python-based trivia game that I made in my junior year of college. It ran in a terminal and used questions.csv and users.csv to manage questions and track user stats. Over time, the logic for loading questions, randomizing them, calculating scores, and storing per-user performance was adapted from that original script into a browser-based experience using HTML, CSS, and JavaScript. The current version keeps the same CSV-driven structure and ideas—logins, user creation, tests taken, correct/incorrect counts—but wraps them in a graphical interface with a site-wide header and footer, a login/menu/quiz flow, and a responsive layout suitable for the GoMaheu website.