Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 938 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 938 Bytes

Chatty App Project

A Slack clone by Lighthouse Labs for web bootcamp students to learn front-end dev skillz, now completed by Curtis Bateson.

This Slack clone allows you to join the Chatty and send messages that can be viewed by other users that are also connected. You'll be able to message anonymously or set your username and the colour on your username is picked for you when you connect. You'll be notified when a new user joins the Chatty and the total number of connected users is always displayed in the top right.

The Chatty Client can be found at: https://github.com/curtisbateson/chatty

Final Product

User Experience:

"User Experience"

Dependencies

  • Express
  • uuid
  • ws
  • Node 6.9.5 or above

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the web server using the npm start command.