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

https://github.com/harizonelopez/quiz-app

Welcome to the Quiz App, a web-based interactive quiz platform built with Flask, designed to help users test their knowledge across multiple topics in a fun, engaging, and animated environment.
https://github.com/harizonelopez/quiz-app

canva flask html-css-javascript html5-canvas js json json-server python3

Last synced: 5 months ago
JSON representation

Welcome to the Quiz App, a web-based interactive quiz platform built with Flask, designed to help users test their knowledge across multiple topics in a fun, engaging, and animated environment.

Awesome Lists containing this project

README

          

# Flask Quiz Application

This is a Flask-based web application providing user authentication and an interactive quiz. Users can create their accounts by signing up, loggging in, take the quiz, and view their scores.

## Features
1. User Registration
2. Quiz Functionality
3. Score Calculation
4. Flash Messages for User Feedback

## Installation

### Prerequisites
1. Python 3.x
2. SQLite

### Setup

1. Clone the repository

```bash
git clone https://github.com/harizonelopez/flask-quiz-app.git
cd flask-quiz-app
```

2. Create a virtual environment and activate it:

```bash
python -m venv venv
source venv/Scripts/activate # On Mac, use `venv\bin\activate`
```

## Run the application:
```bash
python app.py
```

## Access the application in your web browser:

Open your web browser and go to `http://127.0.0.1:5000`