A simple chat application with a global chat room. Users will be prompted to enter their name and all associated messages from the user will be linked to the user.
- Live Site <--- Click here to View the Deployed Live Website
$ npm install
#or
$ yarn install$ npm start
#or
$ yarn startOpen http://localhost:3000 with your browser to see the result.
