Skip to content

Zerplin/kahoot-clone-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 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 such as multiple live game at the same time.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

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