Skip to content

This project is a clone of kahoot.it using nodejs. The app functions the same as the real site with multiple live games, ability to create a kahoot, and hosting/joining games.

Notifications You must be signed in to change notification settings

Joentje/kahoot-clone-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kahoot-clone-nodejs

INSTRUCTIONS:

  1. Install MongoDB: 'Sudo apt-get install mongodb'
  2. Start MongoDB: 'Sudo service mongodb start'
  3. Make sure all node modules have been installed listed in package.json: express, moment, mongodb, mongoose, socket.io
  4. Start Server: nodejs server/server.js

Description

This project is a kahoot clone that uses nodejs and mongodb
Multiple games can be ongoing at one time and works with many players per game

Screen Shots:

Player Join

Host Lobby

Player

Question Results

Host Question

Player Results

About

This project is a clone of kahoot.it using nodejs. The app functions the same as the real site with multiple live games, ability to create a kahoot, and hosting/joining games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.8%
  • HTML 14.4%
  • CSS 13.8%