AceGentile / quiz-web-app

Client and server for quiz web app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Client and server for quiz web app.


Languages

Language:JavaScript 78.7%Language:HTML 11.0%Language:CSS 10.3%