Simple NextJS Quiz App made with NextJS and TailwindCSS
- Timer
- Question bank stored on API endpoint on
pages/api/question.js
file and easy to modify the question - Game Over screen
- Before play screen (user can login/input username here)
- Choose quiz room screen (public quiz)
- Quiz room (room code for private quiz)
- Responsive page
- More interactive
# clone the repository
$ git clone https://github.com/masgalih320/quizapp-nextjs quiz
# navigate to the folder
$ cd quiz
After clone the repository and navigate to the folder, you can use few commands below
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
For detailed explanation on how things work, checkout Next.JS docs
See contributing Guide here
Simple NextJS Quiz App is under MIT License