Skip to content

A basic chat application that allows multiple users to communciate with each other in real time.

Notifications You must be signed in to change notification settings

kevinmacarthur/chatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

Chatty

A basic chat application that allows multiple users to communciate with each other in real time.

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. Start the web server using the npm start command. The app will be served at http://localhost:3000/.
  4. Go to http://localhost:3000/ in your browser.
  5. Chat about whatever is on your mind with whoever else is connected!
  6. Feel free to change your username or user color to whatver you like

Final Product

Start Chatting!

""

Change your Username and Color!

""

Chat with Others and Share what you like!

""

Dependencies

For Chatter

  • "babel-core": "6.23.1",
  • "babel-loader": "6.3.1",
  • "babel-preset-es2015": "6.22.0",
  • "babel-preset-react": "6.23.0",
  • "babel-preset-stage-0": "6.22.0",
  • "css-loader": "0.26.1",
  • "eslint": "3.15.0",
  • "eslint-plugin-react": "6.9.0",
  • "node-sass": "4.5.0",
  • "sass-loader": "6.0.0",
  • "sockjs-client": "^1.1.2",
  • "style-loader": "0.13.1",
  • "webpack": "2.2.1",
  • "webpack-dev-server": "2.3.0"

For Chatty_Server

  • "express": "4.16.4",
  • "uuid": "^3.3.2",
  • "ws": "6.1.0"

About

A basic chat application that allows multiple users to communciate with each other in real time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8