Giter Site home page Giter Site logo

askmetoo / realtime-pub-quiz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aaron5670/realtime-pub-quiz

0.0 0.0 0.0 1.26 MB

⁉️ Realtime Node.JS and ReactJS Pub Quiz game

Home Page: https://quizzer.now.sh/

HTML 0.93% CSS 3.20% JavaScript 95.87%

realtime-pub-quiz's Introduction

Realtime Pub Quiz Game

A Dutch realtime pub quiz This project was made as a school assignment.
See live demo: Demo
(Demo is in Dutch language)

Screenshot

Features

  • Build with Nodejs 8.1
  • ReactJS 16
  • React Redux 7.1
  • Redux 4
  • ExpressJS 4.13
  • Mongoose 5.7.6
  • WS (Websockets) 7.1.2

How to install

  1. git clone https://github.com/aaron5670/Realtime-Pub-Quizz.git
  2. Create a config.js file on the server with the following settings:
//CLOUD.MONGODB.COM DEVELOPMENT  
const USERNAME = "username";  
const PASSWORD = "password";  
const HOST = "yourhostname.mongodb.net";  
const PORT = "27017";  
const DB = "quizzer";  
  
var exports = module.exports = {USERNAME, PASSWORD, HOST, PORT, DB};
  1. Edit quizzer/src/config.js.
  2. Run npm install in the server folder and client folder.
  3. Run the server: node server.js.
  4. Run the Webpack server (client) npm start.
  5. Go to http://localhost:3000.

realtime-pub-quiz's People

Contributors

aaron5670 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.