Live Link : https://chatapp-live13.vercel.app/
Excited to share my latest project: ChatApp! ๐
Itโs a real-time chat platform where users can join conversations using the same room ID, enabling seamless communication.
- Real-time messaging via WebSockets
- Join chat rooms with unique room IDs
- Responsive and clean UI with Tailwind CSS
- Built with React and TypeScript for scalable development
- Frontend: React.js, TypeScript, Tailwind CSS
- Backend: Node.js, WebSockets (
ws)
Clone the repository
git clone https://github.com/yourusername/chatapp.git
cd chatappcd frontend
npm install
npm run devcd backend
npm install
npm run dev
