Skip to content

rajrules21/python-flask-quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask Quiz App

This is a simple quiz application built using Python Flask.

Alt Text

Features

  • Multiple-choice questions

Installation

  1. Clone this repository:

    git clone https://github.com/rajrules21/python-flask-quiz-app.git
  2. Navigate to the project directory:

    cd python-flask-quiz-app
  3. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Run the Flask app:

    flask --app app run
  2. Open your web browser and go to http://localhost:5000

  3. Start taking the quiz!

Configuration

You can customize the quiz questions and options by modifying the .html files in templates folder.

Please note that this is sample application and does not have full functionality.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published