Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 861 Bytes

README.md

File metadata and controls

54 lines (38 loc) · 861 Bytes

TUT

  • An online mobile voting application than enables users to publish any kind of voting event.

Main Features

  • Create event
  • Vote
  • Comment
  • Search event

Main Techs

  • Ionic
  • Angular
  • Cordova
  • Firebase
  • NVD3
  • Fuse JS

Quick Start

  • Install Node.js
  • Install the latest ionic and cordova
$ npm install -g cordova ionic
$ git clone [email protected]:JavaScriptAcademy/TUT.git
  • install dependance
$ npm install

Then you are ready to start the APP

  • To start the app, use the "ionic serve" command at git bash
$ ionic serve

###Have fun!

Contributor