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!
- Host: GitHub
- URL: https://github.com/filiprokita/python-quiz
- Owner: FilipRokita
- License: mit
- Created: 2025-02-11T15:14:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T16:18:02.000Z (8 months ago)
- Last Synced: 2025-02-11T16:27:26.300Z (8 months ago)
- Topics: backend, bootstrap, database, flask, full-stack, python, quiz-app, session-management, sqlite, web-app, web-development, webapp
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!