ChatRat web application for chatting
Hey everyone I created this chat application as a side project which works on top of web technologies like React.js (Steemit's frontend is also made in the same) and websockets.
It is live on https://chat-rat.herokuapp.com
Features:-
- You have the ability to create a private room with a key. Any person with the same key can join your room and chat with you.
- The web application is responsive which means it can scale according to device form factor and give same experience across tablets,desktop or mobiles.
I know there are already a hell lot of platforms to do the same with ultimate features. But I learnt some cool stuff from this and wanted to share the same with you all.
Here are the screenshots for the same:-
Anyone with the knack for the code behind it, can go to :-
https://github.com/lapstjup/ChatRatReact
Please let me know in comments how you found out to be, thanks :).