A smart polling system.
aire is polling and survey system for those who want the quick result and feedback over a particular local region. I made this app seeing the gap here in my college. It becomes hectic to take a survey or feedback on an issue so to simplify this process or just to air this problem I came up with "aire".
This app will allow you to:
*Add new poll. *Add new Secured poll where poll creator gets to approve their polling audience. *Notification is sent to poll creator if its a secure poll when their audience needs permission to vote. *Allow user to vote on any poll. *Show live voting result with decent charts and statistics.
Make sure you have Node and Reactjs installed in your system and install all necessary node modules/dependencies on both server(nodeJS) and client(reactjs) by running:
npm install
After installation, run the node and react application using following command in their respective directories:
npm start
Visit localhost:3000 to view the app.
