Skip to content

amisha6870/Quick-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Quick Chat πŸ’¬

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.


πŸš€ Features

  • Real-time messaging
  • User authentication
  • Profile management
  • Responsive UI
  • Image/file sharing (optional)
  • Clean and modern design

πŸ›  Tech Stack

Frontend (Client)

  • React
  • Vite
  • JavaScript (ES6+)
  • CSS

Backend (Server)

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

#project structure Quick-Chat/ β”œβ”€β”€ client/ β†’ Frontend React application └── server/ β†’ Backend API & Socket server


βš™οΈ Installation & Setup

1. Clone the repository

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












About

Sample Description

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published