Last active
January 26, 2017 23:09
-
-
Save tchalvak/d56f4123922096f34f65a6c4373f8d1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| As a web developer, maybe you have coded a chat application in the past. | |
| Let's see if you can use these customer/client stories, and all your skills as a dev, to create a nice, simple chat app. | |
| Here are the stories: | |
| - As a customer, I want to choose a username, send some chat messages, and see my chats even after a page reload. | |
| - As a corporate admininstrator, I want the chat to get a little bit of branding, so I can present it as part of our corporate blog. | |
| - As the webadmin, I want the chat to use a good technology so that it doesn't add a lot of polling to the web server. | |
| (No need to code authentication of any sort here, you can pretend that 1 username === 1 individual) | |
| We're only looking for you to spend a few hours on this. Show us your skills! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment