Welcome to the Quiz App! This Python Flask web app is here to entertain you with interesting quizzes whenever you're in the mood for some fun challenges.
Simply start the quiz by clicking on the "Start Quiz" button, and let the adventure begin! The app will fetch random quiz questions from the Open Trivia Database API, covering a wide range of topics. Test your knowledge, learn something new, and have a blast!
- Clone this repository to your local machine.
- Install the necessary dependencies by running
pip install -r requirements.txt
. - Run the Flask app by executing
python app.py
. - Visit
http://localhost:5000
in your web browser. - Click on the "Start Quiz" button to begin the quiz!
- Python: Backend development using Flask.
- Flask: Micro web framework for Python.
- JavaScript: Frontend interactivity and dynamic content.
- Bootstrap: Frontend styling and layout.
This project utilizes the Open Trivia Database API to fetch quiz questions.
Coded with ❤️ by Shahjada ALif
If you have any cool ideas to improve this app or want to squash some bugs, feel free to fork this repository and submit a pull request!
This project is licensed under the MIT License.