The assignment was to create a simple chat room application.
The user should be able to type in a username and then send a message.
The messages should appear on the screen with the username.
In addition, I was told to incorporate real-time messaging using Ably, such that if there are two open tabs, it would be possible to see messaging popping in from the other tab.