Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.45 KB

File metadata and controls

63 lines (49 loc) · 1.45 KB

My Chatting Application

My Chatting Application is a simple and user-friendly platform for real-time communication. It allows users to send and receive messages seamlessly.

Features

  • Real-time Messaging: Instant communication between users.
  • User Authentication: Secure login and registration system.
  • Responsive Design: Works on both desktop and mobile devices.
  • Customizable UI: Personalize your chat experience.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/my-chatting-application.git
  2. Navigate to the project directory:
    cd my-chatting-application
  3. Install dependencies:
    npm install
  4. Start the application:
    npm start

Technologies Used

  • Frontend: React, HTML, CSS
  • Backend: Node.js, Express
  • Database: MongoDB
  • WebSocket: Socket.IO for real-time communication

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Add feature-name"
  4. Push to the branch:
    git push origin feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License.

Contact

For any questions or feedback, feel free to reach out at [abhijith091006@gmail.com].