livepoll is an interactive, customizable polling tool built with the MEAN stack in 3 days for Fullstack Academy’s Stackathon.
See a live version of the app here.
Above: An example of the working app
-
Clone the repository
git clone https://github.com/mb389/livepoll.git
-
Install dependencies
npm install # installs node packages
Note: If you encounter errors in the installation process for npm, it is recommended that you try running the install command with sudo