Skip to content

A modern React.js frontend for a real-time chat application. It connects to the Java Spring Boot backend (private-chat-app-java) and enables one-to-one messaging with live updates using WebSockets (STOMP over SockJS). The UI is designed for seamless chat experiences with user-friendly input, message list, typing indicators, and more.

Notifications You must be signed in to change notification settings

ShubratoDn/private-chat-app-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Chat App - React Frontend

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/ShubratoDn/private-chat-app-react.git
    
  2. Navigate to the project directory:

    cd private-chat-app-react
    
  3. Install dependencies:

    npm install
    
  4. Start the development server:

    npm start
    
  5. Access the application in your web browser at http://localhost:3000.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A modern React.js frontend for a real-time chat application. It connects to the Java Spring Boot backend (private-chat-app-java) and enables one-to-one messaging with live updates using WebSockets (STOMP over SockJS). The UI is designed for seamless chat experiences with user-friendly input, message list, typing indicators, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published