An open API service indexing awesome lists of open source software.

https://github.com/filiprokita/python-quiz

A simple Flask-based quiz web application that allows users to take quizzes, track their high scores, and manage sessions. The app uses SQLite for data storage and supports user authentication. Perfect for learning Flask and database integration!
https://github.com/filiprokita/python-quiz

backend bootstrap database flask full-stack python quiz-app session-management sqlite web-app web-development webapp

Last synced: 8 months ago
JSON representation

A simple Flask-based quiz web application that allows users to take quizzes, track their high scores, and manage sessions. The app uses SQLite for data storage and supports user authentication. Perfect for learning Flask and database integration!

Awesome Lists containing this project

README

          

# python-quiz
A simple Flask-based quiz web application that allows users to take quizzes, track their high scores, and manage sessions. The app uses SQLite for data storage and supports user authentication. Perfect for learning Flask and database integration!