This is a simple real-time chat application built with ReactJS on the frontend, Node.js on the backend, and Socket.io for real-time communication.
- Real-time chat functionality
- Multiple users can join a chat room
- Responsive UI design using ReactJS
- Server-side handling with Node.js and Socket.io
Make sure you have the following installed on your machine:
Clone the repository and navigate to the project directory:
git clone git@github.com:tiendat0139/chat-app.git
cd chat-appInstall frontend and backend dependencies
npm installThen, use the following command to start both the frontend and backend:
npm start