Files
deployd/docs/examples.md
Ritchie Martori 23cc62fa61 cleaned up docs
2012-09-20 17:38:38 -07:00

32 lines
1.8 KiB
Markdown

# Example Apps
These demo apps are just a taste of what you can do with Deployd. Browse their source code to see how they work.
## Poll Demo
![Poll Demo](http://deployd.com/img/examples/poll.png)
A simple survey app. You can vote in it and change your response, and other users will see the bar graph update immediately. Download the source to see how to aggregate data in real time.
<a class="btn btn-primary" target="_blank" href="http://poll2.deploydapp.com"><i class="icon-white icon-eye-open"></i> View Online</a>
<a class="btn btn-primary" target="_blank" href="/downloads/examples/poll.zip"><i class="icon-white icon-download"></i> Download Source</a>
## Users Demo
![Users Demo](http://deployd.com/img/examples/users.png)
A simple messaging app. Register, login in, and post messages for other users to see. Download the source to see how to simply add user authentication to your app.
<a class="btn btn-primary" target="_blank" href="http://users.deploydapp.com/login.html"><i class="icon-white icon-eye-open"></i> View Online</a>
<a class="btn btn-primary" target="_blank" href="/downloads/examples/users.zip"><i class="icon-white icon-download"></i> Download Source</a>
## Trivia Demo
![Trivia Demo](http://deployd.com/img/examples/trivia.png)
A multiple-choice trivia game. See how much you know about JavaScript, and how much everybody else knows! Download the source to see how to add secure gamification to your app.
*Note: There's only three questions right now! Help us out by posting your favorite JavaScript quirks on the [community page](http://deployd.com/community.html)*
<a class="btn btn-primary" target="_blank" href="http://trivia.deploydapp.com"><i class="icon-white icon-eye-open"></i> View Online</a>
<a class="btn btn-primary" target="_blank" href="/downloads/examples/trivia.zip"><i class="icon-white icon-download"></i> Download Source</a>