Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.05 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.05 KB

Question & Answer App

npm node-current

Installation

Socket Server

npm install && npm run start

Open

http://127.0.0.1:8112

IOS App

cd client-app && pod install

Description

  • This app using Socket-IO
  • If Admin permit client answer, client can go on
  • It has 10 question, each question 10 point
  • You have 20 seconds to answer the questions

App Screenshots

Launch Screen Question Screen Final Screen

If you getting http-server error try this

sudo npm i -g http-server