Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.08 KB

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 Server can be found at: https://github.com/curtisbateson/chatty-server

Final Product

User Experience:

"User Experience"

Dependencies

  • babel-core
  • babel-loader
  • babel-preset-es2015
  • babel-preset-react
  • babel-preset-stage-0
  • css-loader
  • node-sass
  • sass-loader
  • sockjs-client
  • style-loader
  • react
  • react-dom
  • webpack
  • webpack-dev-server

Getting Started

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