danburck / chat-rails-redux

💬 Slack like multichannel app build with rails and react/redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-rails-redux

chat-rails-redux is multi-channel chatroom like slack. I build this to have some fun with Redux.

Features

  • Chat loads with a default channel selected. Messages appear and scroll down to the most recent
  • Focus is set on message box on load
  • I can type a message and post it. It instantly appears right above the message box, and the message box clears. Focus is kept on message box
  • When I post a message, it's under the username I set on page load
  • When I click on another channel, the messages from the previous one disappear, and the messages from the newly selected channel appear

About

💬 Slack like multichannel app build with rails and react/redux


Languages

Language:Ruby 68.5%Language:HTML 15.2%Language:JavaScript 11.9%Language:SCSS 4.5%