/quizapp-nextjs

Simple QuizApp with Next JS

Primary LanguageJavaScriptMIT LicenseMIT

Simple NextJS Quiz App

All Contributors GitHub last commit GitHub repo size in bytes License

Simple NextJS Quiz App made with NextJS and TailwindCSS

Features

  • Timer
  • Question bank stored on API endpoint on pages/api/question.js file and easy to modify the question
  • Game Over screen

Future update

  • 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

Installation Guide

Build setup

# 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

Contributing

See contributing Guide here

License

Simple NextJS Quiz App is under MIT License