=====================
Chatty App allows multiple user to connect to a chat room and talk to everyone in the room. New messages are pushed to all connected clients. Users are able to send text messages and variety of image URL links (supports .jpg, .jpeg, .png, .gif)
Chatty App was built using React, WS, and Webpack and HTML/SCSS
- Fork this repository, then clone to your own local machine.
- Install dependencies using the
npm installcommand. - Change to
chatty_serverfolder within in the main directory - Install dependencies in
chatty_serverfolder usingnpm installcommand. - Start server from
chatty_serverfolder usingnpm startcommand. - Change back to root directory folder and start client side code using
npm startcommand. - The app will be running in browser at http://localhost:3000/
- Each new user can choose to be an anonymous name or use own name
- Random colors will be assigned to each new user in the chatroom
- Header shows current number of users in chatroom
- Can share images (supports .jpg, .jpeg, .png, .gif) using URL links
- React
- Webpack
- babel-loader
- webpack-dev-server


