Skip to content

andritianamktech/Quizzer

Repository files navigation

Quiizer helps you to create quizzes for your community events, student and teachers and random too.
It also helps you to manage and perform various operations in the quiz, such as real time question correction and lot more.


Getting Sarted 🎉

This project is built on MERN stack, to setup local enviroment follow these steps:

  • clone the repo

  • get inside the repo using cd Quizzer

  • install the dependencies npm i, this will install the dependency for the nodejs enviorment

  • get inside the client folder cd client

  • to install the react dependencies run command npm i

  • to run the nodejs dev server run npm run dev-server

  • to run the react dev server run npm run dev-client


Update

We will be launching soon our Quizzer API where developers can create their custom experiences for user based on requirements.

Models

Worksheet Model

Each worksheet contains

Attribute Name Type Required Description
userIDStringYES The id of the quiz creator.
questionsQuizYES array of Quiz Model
Quiz Model

Each Quiz contains.

Attribute Name Type Required Description
questionStringYES Question to be asked
optionsarray of option having String type and enum a,b,c,dYES Choices for question
answerString having enum a,b,c,dYEScorrect answer for the question

About

A fun quiz app for all

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages