Quick Chat is a real-time chat web application that allows users to send and receive messages instantly.
It is built using modern JavaScript technologies with a separate client and server architecture.
- Real-time messaging
- User authentication
- Profile management
- Responsive UI
- Image/file sharing (optional)
- Clean and modern design
- React
- Vite
- JavaScript (ES6+)
- CSS
- Node.js
- Express.js
- MongoDB
- Socket.io
#project structure Quick-Chat/ βββ client/ β Frontend React application βββ server/ β Backend API & Socket server
git clone https://github.com/amisha6870/Quick-Chat.git
cd Quick-Chat
Setup Client
cd client
npm install
npm run dev
Client runs at:
http://localhost:5173
Setup Server
cd server
npm install
npm start
Server runs at:
http://localhost:5000