Skip to content

AyushmanTripathy/quiz_app

Repository files navigation

Quiz App

I made this in a (4hr + 4hr) session to learn flask and authentication in python.

Screenshots

Questions Results

Running locally?

for using locally follow these steps after cloning the repo

  • create virtual enviroment
python -m venv venv
  • for windows
.\venv\Scripts\activate.bat
  • for Unix/Linux
source venv/activate
  • install required packages and run
pip install -r requirements.txt
flask run

Tech Stack is

  1. Flask
  2. AuthLib for OAuth
  3. SQLite
  4. Sass for styling
  5. Chart.js

Features are

  1. OAuth login by Google account
  2. Difficulty of questions based on your answers
  3. Responsive Design

About

Quiz app with Flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published