Skip to content

rrdelaney/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample React chat client 🐳

Built with

  • React
  • Redux
  • Immutable.js
  • Semantic UI

There is no backend, this is just a purely front-end project. Because of that, the following cannot happen:

  • You cannot send messages
  • You can only log in as User ID's 5 and 6 (any password will work for both)
  • An incorrect login is not marked as wrong
  • You cannot create new rooms

Building

npm install
gulp
cd target
python -m SimpleHTTPServer 8000

About

👥 Example Chat App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published