Skip to content

cse-hashim/WouldYouRather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would you Rather ... Project

this is a simple voting app for cllecting poll questions in a compitition it is like a game

Project Setup

  • run npm install

Launch

  • run npm start

FEATURES

  • 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

Author

Hashim Hossam

License

MIT


Netlify Status