gabrielpoca / quiz-client

An ionic client for the quiz game. Used in an ionic workshop at Braga.JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz Client

This repository contains an ionic application that connects to a server running a quiz game. The purpose of this application is to serve as a reference for an ionic workshop.

Quick start

Start by installing ionic and cordova:

npm install -g ionic cordova

Now install the project's dependencies:

npm install

Finally you can run the application:

ionic serve

About

An ionic client for the quiz game. Used in an ionic workshop at Braga.JS.


Languages

Language:JavaScript 69.3%Language:HTML 24.0%Language:CSS 6.7%