This is Task 2 of my internship at CodTech, where I developed a real-time chat application using React and Socket.IO.
- 🔗 Live messaging using WebSockets (Socket.IO)
- 👤 Users join by entering their name
- 💬 Messages instantly appear across all connected clients
- 🌙 Stylish dark theme with smooth UI
- 📱 Fully responsive for desktop and mobile
- React.js
- CSS3
- socket.io-client
- Node.js
- Express.js
- Socket.IO
cd mayank-chat-backend
npm install
npm start
cd mayank-chat-app npm install npm run dev