quiz2k19
November 25, 2021 ยท View on GitHub
quiz2k19
quiz2k19 can be used to conduct quiz event for multiple users. It was initially made for quiz and coding event of IT fest TechnoTarang 2k19.
Features
- Single page app created with vue, restify and socket.io
- Question and description
- Dynamic number of options
- Live score
Installation
Install quiz2k19 with yarn
yarn install
Run Locally
Clone the project
git clone https://github.com/null-dimension/quiz2k19.git
Go to the project directory
cd quiz2k19
Install dependencies
yarn install
Start the server
yarn run start