Employee Polls is a tool for generating and participating in polls within a group. Each polls offers two choices: "Option A or Option B?"
- Log in => select a user from the list to log in
- Dashboard => switch between completed, all and pending polls
- Polls => select a poll to view it individually and select a radio button to make a choice
- New polls => create a new polls with two options
- Leaderboard => view which user has submitted the most queries and responses.
- Clone the repository
git clone https://github.com/prosenjeetshil/Employee-Polls-Udacity.git
- Please use
npm install
to install dependencies. usenpm start
to start the app. - The project can be viewed in the browser at http://localhost:3000
- Please use
npm test
to launches the test runner in the interactive watch mode.