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
| Show us how you would code a simple web chat application! | |
| As a web developer, maybe you have coded a chat application before. 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 chat on the site with other customers, so I can be part of the community. | |
| - 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 modern approach so that it doesn't add much load to the web server. | |
| (No need to code authentication of any sort here, you can pretend that 1 username === 1 individual) | |
| Please show your work by coding it in a git repository with commits (github is great too), and when you're ready, | |
| zip up a copy and send it our way. | |
| We're only looking for you to spend two or three hours on this. Show us how well you can do in a short time! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment