This project is chat app built using react.js, react-router-dom, Socket.io client for the frontend and node.js, Socket.io server for the backend.
Project is created with:
- React
- Node
The project is hosted on Vercel (frontend) and Render (Server). You can see it live here https://chatapp-kappa-coral.vercel.app/
To run this project, install it locally using npm:
$ cd chatapp
$ npm install
$ npm start
$ npm ../chatserver
$ npm install
$ npm start



