Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 659 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 659 Bytes

ScTalk

An online chat app that supports anonymous group chat and file transfer.
Demo: talk.elsewhere.one
Back-end code: ScTalk-Backend

Implementation

React.js + SemanticUI
HTTPS + WebSocket-based Socket.IO

TO-DOs

  • Create a simple user manual
  • Improve the menu bar UI
  • Add progress bar showing the current progress of file upload
  • Highlight current user's nickname
  • More convinient inviting mechanism
  • ...

Usage

  1. Clone the repository to local. cd to the cloned directory.
  2. npm install
  3. npm start

Author

Yuxuan Liu