Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.8 KB

TODOs.md

File metadata and controls

33 lines (26 loc) · 1.8 KB

TODOs

Building a Chat Application in Go with ReactJS

  • Login page
  • User Distinguished
    • Random
    • Enroll
  • Web Footer

Error

  • 修改成按 Enter 才會傳送訊息
  • 傳送為 ChatInput 的內容

Completed

  • If we click shift + enter, we can go to the next line in the ChatInput.
  • If we click enter, we can send the message.
  • If ` or ``` is both the beginning and the ending, it can be recognized as a code block (<code></code>).

Future

  • Get the number of Online Users from the server and represent it in the Frontend.