A Simple Chat App written in React which uses React Hooks, Material UI, Socket.io and Node.js.
$ yarn install# client - watch mode
$ yarn start
# server
$ node src/serverAfter running the project just open your browser and go to http://localhost:3000