This is the frontend of the Chat Application project. It provides the user interface for user registration, login, chat room creation, and real-time messaging.
- User registration and login
- Creation and joining of chat rooms
- Real-time messaging using Socket.io
- Display of online/offline status of users
-
Clone this repository to your local machine.
-
Install the required dependencies: npm install
-
Configure the server URL in src/socket.js.
-
Run the React app: npm start
The app will start at http://localhost:3000. Change port if needed
Technologies Used React React Router Socket.io-client