Local quiz contest app: fixed time limit, per-user submissions, automatic scoring, results stored in SQLite. Built with Python and Flask — no cloud dependency needed.
Run locally: pip install -r requirements.txt && python app.py → open http://127.0.0.1:5000