MLH-Fellowship / ttp-team-4-1

Originally aimed to make a skribbl.io clone, but ended up making a clone of codeshare.io instead
https://devpost.com/software/sharemycode
MIT License
2 stars 1 forks source link

[Feature] Front-End React Chat Component #4

Closed RickyC0626 closed 4 years ago

RickyC0626 commented 4 years ago

Is your feature request related to a problem? Please describe. In order to have a working chat box, we should be able to display it first. Since we are using React/Redux for the frontend, the chat itself can be displayed as a component.

Describe the solution you'd like

Describe alternatives you've considered The socket.io tutorial on making a real-time chat app uses pure HTML and jQuery, which is okay, but we are required to use at least 1 technology on this list. So, we'll be converting the HTML and jQuery code to React/Redux.

Additional context A sub-issue of #3