/quiz-web-app

Client and server for quiz web app.

Primary LanguageJavaScript

quiz-web-app

Client and server for a quiz web app. The general idea is as follows:

  • New Quizzes are manually uploaded by an administrator (more on that when it's implemented)
  • Each user can submit one set of answers per Quiz
  • Each Quiz is made up of one or more Rounds
  • A leaderboard shows high scores for:
    • each Quiz
    • running monthly totals
    • all-time totals

Getting Started

After installation of mode modules, you can start both the server and client by running 'npm start' from the main folder.

Default ports

Server - 8000
Client - 3000