This is the frontend of a real-time chat application built with React and Socket.io-client.
Check Out Backend here
- Real-Time Messaging: Instant communication powered by Socket.io-client.
- Responsive UI: Designed with React for an interactive and seamless user experience.
- State Management: Efficient state handling using Zustand.
- React
- Taiwind
- Socket.io-client
- Zustand
- Node.js and npm installed
- Clone the repository:
git clone https://github.com/chat-frontend.git cd chat-frontend - Install dependencies:
npm install
- Start the application:
npm run dev