/quiz-app

An quiz application inclined to offer an optimal UX

Primary LanguageCSS

Telequiz

A quiz web app about things, coded in Andela bootcamp. Telequiz tests your knowledge on just about anything.

Dependencies

  • AngularJS - HTML5 enhanced for web applications
  • AngularMaterial - Material Design module for AngularJS
  • Gulp - The streaming build system
  • Firebase - Persistent data storage and hosting solution
  • AngularFire - Smooth firebase integration module for AngularJS

How to install

You need to have Node.Js installed in your system. Ensure you also install the Node Package Manager(npm).

Install Gulp globally:

$ npm i -g gulp

Clone this repo and cd into the repo directory

$ git clone https://github.com/jeegik/telequiz.git
$ cd telequiz

Install npm and gulp dependencies

$ npm install
$ bower install

Then run gulp to set up a server at port 8080

$ gulp

Initialize the flavor at http://127.0.0.1:8080

Have fun! ;-)

License

MIT