Skip to content

shubhanshu-02/QuickConnect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

QuickConnect - Real Time Chat Application

QuickConnect is a real-time chat application built using the MERN stack (MongoDB, Express.js, React.js, Node.js) with Socket.io for real-time communication. It allows users to see who is online or offline and enables file sharing between users.

Features

  • Real-time chat functionality
  • Online/offline status indication
  • File sharing capability

Installation and Setup

To run the application, follow these steps:

Client

  1. Navigate to the client folder in your terminal.
  2. Run npm install to install dependencies.
  3. Run npm run dev to start the development server.

Server

  1. Navigate to the server folder in your terminal.
  2. Run npm install to install dependencies.
  3. Run nodemon index.js to start the server.

Demo

Watch the demo of QuickConnect on YouTube: QuickConnect Demo

Technologies Used

  • MongoDB
  • Express.js
  • React.js
  • Node.js
  • Socket.io

Contributing

Contributions are welcome! Please feel free to fork this repository and submit pull requests to contribute to the project.

Acknowledgments

Special thanks to Socket.io for providing real-time communication functionality and to all contributors who helped in developing this project.

Contact

For any inquiries or support, please contact [[email protected]].


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Other 0.9%