Skip to content

This project demonstrates the power of MERN stack combined with Socket.IO to deliver a seamless and interactive messaging experience.

Notifications You must be signed in to change notification settings

Mehak-Mattoo/Converso-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💬 Real-Time Chat Application

✨ Features

  • Real-Time Communication: Instant messaging with no delays, powered by Socket.IO.
  • User Authentication: Secure login and registration using JWT (JSON Web Tokens).
  • Responsive Design: A mobile-friendly interface that adapts to any screen size.
  • Group Chats and Direct Messages: Communicate privately or in groups with ease.
  • Message Notifications: Receive real-time notifications for new messages.
  • User Status Indicators: See who is typing in real-time.
  • Chat History: Persistent message storage, allowing users to see past conversations.

🛠 Technologies Used

  • MongoDB: Database to store user data and messages.
  • Express.js: Backend framework to handle API requests and WebSocket connections.
  • React: Frontend library for building the user interface.
  • Node.js: Server environment to run the backend application.
  • Socket.IO: Library to enable real-time, bidirectional communication between clients and servers.
  • JWT (JSON Web Tokens): For secure user authentication.
  • Chakra UI: For styling the user interface with a modern, responsive design.

🚀 Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/chat-application.git
    cd chat-application
  2. Install dependencies for both the client and server:

    cd client
    npm install
    cd ../server
    npm install
  3. Create a .env file in the server directory and add the following variables:

    MONGO_URI=your_mongo_database_uri
    JWT_SECRET=your_jwt_secret
  4. Run the server:

    npm run start
  5. Open your browser and navigate to http://localhost:3000 to see the application in action.

Landing Page

chat

About

This project demonstrates the power of MERN stack combined with Socket.IO to deliver a seamless and interactive messaging experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published