Skip to content

Commit a4fc06f

Browse files
committed
Editing howto and readme
1 parent 99e19b2 commit a4fc06f

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ Gone are the days of joining a video call with your friends and spending half an
1515
Decision-making dread is the bane of your friend group's virtual hangouts, and you know it. We made *pollen* to quell those qualms. By turning polling into its own enjoyable mini-activity rather than a necessary evil every time your friends want to watch a movie together, we're intending to make indecision obsolete.
1616

1717
## Features
18+
- Ability to create, share, close, and delete polls
1819
- Ability to vote, and unvote, for multiple options
1920
- Ability to add your own option if you're not satisfied with the available choices
2021
- Ability to see everyone's votes, because anonymity and secrecy have no place in casual settings
21-
- At-a-glance grid view of all your polls, with information about their tags and number of votes and options
22+
- At-a-glance grid view of all your polls and the polls shared with you, with information about their tags and number of votes and options
23+
- Live updating for voting and unvoting, adding options, closing, and deleting polls
2224
- Ability to add one or more tags to categorize your poll (e.g. food, travel, games)
2325
- Color-coordination by tag
2426
- Irresistably cute, bee-themed interface

client/src/components/pages/HowTo.js

+11-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ class HowTo extends Component {
1313
return (
1414
<div className="App-container">
1515
<br/>
16-
<div className="EditProfile-highlightPurple EditProfile-center">
16+
<div className="EditProfile-highlightPurple">
1717
<h1 className="EditProfile-HowHead u-textCenter"><span className="u-textCenter">
1818
&nbsp;&nbsp;What's all this buzz about?&nbsp;&nbsp;</span></h1>
1919
</div>
20-
<h3 className="u-textCenter" >Welcome to <em>pollen</em>, your new beehive of casual decision-making activity!
20+
<h3>Welcome to <em>pollen</em>, your new beehive of casual decision-making activity!
2121
From picking a movie or restaurant to brainstorming for a project, <em>pollen</em> is all
2222
about propagating ideas and choices.</h3>
2323
<br/>
@@ -41,14 +41,17 @@ class HowTo extends Component {
4141
into its own enjoyable mini-activity rather than a necessary evil every time
4242
your friends want to watch a movie together, we're intending to make indecision obsolete.</p>
4343
<br/>
44+
<br/>
4445
<div className="EditProfile-highlightGreen" >
4546
<h2 className="EditProfile-HowHead"><span>&nbsp;&nbsp;Features&nbsp;&nbsp;</span></h2>
4647
</div>
4748
<ul>
49+
<li>Ability to create, share, close, and delete polls</li>
4850
<li>Ability to vote, and unvote, for multiple options</li>
4951
<li>Ability to add your own option if you're not satisfied with the available choices</li>
5052
<li>Ability to see everyone's votes, because anonymity and secrecy have no place in casual settings</li>
51-
<li>At-a-glance grid view of all your polls, with information about their tags and number of votes and options</li>
53+
<li>At-a-glance grid view of all your polls and the polls shared with you, with information about their tags and number of votes and options</li>
54+
<li>Live updating for voting and unvoting, adding options, closing, and deleting polls</li>
5255
<li>Ability to add one or more tags to categorize your poll (e.g. food, travel, games)</li>
5356
<li>Color-coordination by tag</li>
5457
<li>Irresistably cute, bee-themed interface</li>
@@ -57,13 +60,18 @@ class HowTo extends Component {
5760
<div className="EditProfile-highlightPink">
5861
<h2 className="EditProfile-HowHead"><span >&nbsp;&nbsp;How to Use&nbsp;&nbsp;</span></h2>
5962
</div>
63+
<br/>
64+
<br/>
6065
<p>You'll need a Google account to use <em>pollen</em>. Once you're logged in,
6166
you can either vote on poll links from your friends or create your own!
6267
See polls you've viewed and voted on in the "shared with me" profile view!</p>
6368
<br/>
69+
<br/>
6470
<div className="EditProfile-highlightRed" >
6571
<h2 className="EditProfile-HowHead"><span>&nbsp;&nbsp;Ready to get pollin' with <em>pollen</em>?&nbsp;&nbsp;</span></h2>
6672
</div>
73+
<br/>
74+
<br/>
6775
<p>Login with your Google account in the top right corner!</p>
6876
<br/>
6977
<br/>

0 commit comments

Comments
 (0)