Skip to content

paulabarreto/chattyApp

Repository files navigation

chattyApp

A web app that allows multiple users to chat online and send images. Each user has a username color randomly picked for them at connection.

Usage

Clone the boilerplate and create your own git repo.

git clone git@github.com:lighthouse-labs/react-simple-boilerplate.git
cd react-simple-boilerplate
git remote rm origin
git remote add origin [YOUR NEW REPOSITORY]
# Manually update your package.json file

Install the dependencies and start the server.

npm install
npm start
open http://localhost:3000

Screenshots

Screenshot - Bob's window Screenshot - John's window

Dependencies

  • Babel-core
  • Babel-preset-es2015
  • Babel-preset-react
  • Css-loader
  • Node-sass
  • Randomcolor
  • React
  • React-Dom
  • Sass-loader
  • Sockjs-client
  • Style-loader
  • uuid
  • Webpack
  • Webpack-dev-server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published