Try it at [ChatApp](https://react-chat-app-client.onrender.com/)
- Real-time messaging
- User authentication
- Chat room creation
- Emoji support
- Clone the repository:
git clone https://github.com/your-username/ChatApp.git - Navigate to the project directory:
cd ChatApp-React - Navigate to the server directory:
cd server - Install the server dependencies:
npm install - Navigate to the frontend directory:
cd ../client - Install the frontend dependencies:
npm install - Navigate to the socket directory:
cd ../socket - Install the socket dependencies:
npm install
- Start the backend server:
node index.js - Start the socket server:
node index.js - Start the frontend:
npm run dev - Open your browser and navigate to
http://localhost:5173/
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
