Skip to content

NehalSurti/Chat-App-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

Login snappy

Project Summary:

  1. Objective: Develop a real-time chat application using React, Node.js, and Socket.io.

  2. Setup:

    • Configure Node.js server with Express and MongoDB.
    • Create a React application for the client-side.
  3. Functionality:

    • Implement user authentication, registration, and login.
    • Enable avatar setup and personalization.
  4. Styling:

    • Apply CSS styling and dynamic UI components.
    • Ensure responsive design for a seamless user experience.
  5. Real-time Communication:

    • Integrate Socket.io for real-time messaging.
    • Enable users to send messages and receive them instantly.