VibeStudy is a Python-based web application for creating and taking quizzes/exams across different topics.
- Multiple question categories (coding, cooking, networking)
- Admin interface to manage questions
- Simple web-based UI
- Python 3.x
- Flask (install via
pip install -r requirements.txt)
- Install dependencies:
pip install -r requirements.txt - Start the server:
python server.py - Open
index.htmlin your browser
server.py: Backend Flask serveradmin.html/admin.js: Admin interfaceindex.html/game.js: Main game interfacequestions/: JSON files containing questions by categorystyles.css: Styling for the application