All Projects → sswapnil2 → django-quiz-app

sswapnil2 / django-quiz-app

Licence: other
It is django based quiz app for multiple choice questions.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to django-quiz-app

QuizChallenge
Multiplayer Online Quiz
Stars: ✭ 19 (-81.37%)
Mutual labels:  quizapp
Kv-z
Online Quiz App using Firebase
Stars: ✭ 17 (-83.33%)
Mutual labels:  quizapp
Quizzon
Quizzon: Create and play quizzes free
Stars: ✭ 48 (-52.94%)
Mutual labels:  quizapp
quiz-app
🏆 QuizApp is a free and open-source quiz application that lets you play fully customized quizzes right in the browser.
Stars: ✭ 97 (-4.9%)
Mutual labels:  quizapp
Trivia-Knowledge
Trivia knowledge is a fun trivia game in which players have to guess the answers of questions by filling the answers boxes with correct letters.
Stars: ✭ 77 (-24.51%)
Mutual labels:  quizapp
react-quiz-app
A Simple React Quiz App 💎
Stars: ✭ 37 (-63.73%)
Mutual labels:  quizapp
DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (-75.49%)
Mutual labels:  quizapp
teste-hablidade-php
Esse repositório contem alguns questionários em PHP pra você testar seu conhecimento.
Stars: ✭ 20 (-80.39%)
Mutual labels:  quizapp
quiz
⚛️ Sample Quiz App using React Hooks (useReducer() + useContext()). This app was created for a React Hooks tutorial, if you want to follow the tutorial on Youtube click on the link 👉
Stars: ✭ 26 (-74.51%)
Mutual labels:  quizapp
OpenTrivia
Multiplayer quiz game demo using React and Opentdb API
Stars: ✭ 47 (-53.92%)
Mutual labels:  quizapp
firebase-android-quiz-app
An android quiz app for taking and creating mcq's based quizzes using firebase.
Stars: ✭ 84 (-17.65%)
Mutual labels:  quizapp
quiz
🚀 🤖 Quiz Application With React Javascript
Stars: ✭ 22 (-78.43%)
Mutual labels:  quizapp
lets-quiz
A quiz website for organizing online quizzes and tests. It's build using Python/Django and Bootstrap4 frameworks. 🤖
Stars: ✭ 165 (+61.76%)
Mutual labels:  quizapp

django-quiz-app

It is django based quiz app for multiple choice questions.

Snaps of project

Login: alt text

quiz: alt text

results: alt text

Instructions

  1. Installations

Make sure to have python version 3 install on you pc or laptop. If not install it from here
Clone repository
https://github.com/sswapnil2/django-quiz-app.git
cd django-quiz-app

  1. Installing dependencies

It will install all required dependies in the project.
pip install -r requirements.txt

  1. Migrations

To run migrations.
python manage.py makemigrations
python manage.py migrate

  1. Create superuser

To create super user run.
python manage.py createsuperuser
After running this command it will ask for username, password. You can access admin panel from localhost:8000/admin/

  1. Running locally

To run at localhost. It will run on port 8000 by default.
python manage.py runserver

  1. Reference

I have refernced this quizz app from tomwalker's original repo. Reference link to the quiz app repo is here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].