GitXplorerGitXplorer
j

poll

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
30d4fb6dee1e1a63577c960508a496cc30240bbd

Change .includes to .indexOf

jjoshuahenson committed 8 years ago
Unverified
5eab3618074592c7f58f0405979c21403f67ecbc

Fixed typo

jjoshuahenson committed 8 years ago
Unverified
c71b6b15fbbe2b8a3c509ba934d957802bca91d6

Updated readme

jjoshuahenson committed 8 years ago
Unverified
daf8ffb01eb9a8372438b65f1ffb12c9825d7dc1

Updated syntax for prod build

jjoshuahenson committed 8 years ago
Unverified
38ea82e46715b05a2374b145c98b0f956df2138e

Added user stories

jjoshuahenson committed 8 years ago
Unverified
438f4fc41fed45f54e3ab6f9302cf3c7171b978b

Correct dependencies

jjoshuahenson committed 8 years ago

README

The README file for this repository.

Pollster

https://universal-react-pollster.herokuapp.com/

A sample Universal React app to further my dev skills while implementing the following user stories.

  • User Story: As an authenticated user, I can keep my polls and come back later to access them.

  • User Story: As an authenticated user, I can share my polls with my friends.

  • User Story: As an authenticated user, I can see the aggregate results of my polls.

  • User Story: As an authenticated user, I can delete polls that I decide I don't want anymore.

  • User Story: As an authenticated user, I can create a poll with any number of possible items.

  • User Story: As an unauthenticated or authenticated user, I can see and vote on everyone's polls.

  • User Story: As an unauthenticated or authenticated user, I can see the results of polls in chart form.