This repository contains the front-end codebase for the Private Chat App, built using React. The application provides a user-friendly interface for real-time private chatting.
- Real-time Chatting: Engage in private conversations with other users in real-time.
- User Authentication: Secure login and registration system to protect user privacy.
- Intuitive UI: User-friendly interface for a seamless chatting experience.
-
Clone the repository:
git clone https://github.com/ShubratoDn/private-chat-app-react.git
-
Navigate to the project directory:
cd private-chat-app-react
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Access the application in your web browser at
http://localhost:3000
.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.