this is a simple voting app for cllecting poll questions in a compitition it is like a game
- run
npm install
- run
npm start
- user login without authentication
- user register
- create new poll in '/add'
- un-answered Polls are shown by default in '/'
- history is saved by router
- dashboard is shown at '/dashboard'
- answered polls can be shown in '/' by a radio button
- poll page are shows vote form for new polls and summary for answered polls
- the authedUser vote are marked with red statement to indicate the vote of the current user
- logout
- not found 404
- loading bar
MIT