Realtime ChatApp is an open-source, real-time messaging application that allows you to chat with your friends instantly. This app supports one-on-one messaging, delivering messages in real-time with a smooth and responsive user interface.
Key Features:
⚡ Real-time Messaging: Instant messaging with live updates, ensuring smooth, real-time communication.
🖥️📱 User-Friendly Interface: Clean and intuitive design for a seamless chat experience.
📲 Responsive Design: Optimized for both mobile and desktop devices.
Getting Started Clone the repository:
git clone https://github.com/q1akm/realtime_chatapp.git
Navigate into the project directory:
cd realtime_chatapp
Install dependencies for frontend:
cd frontend
npm install
Start the backend server:
cd backend
npm run start
Start the frontend development server:
cd frontend
npm run dev
Open the project:
After the server starts, open your browser and go to:
http://localhost:5173
Start chatting:
Connect with friends instantly, enjoy smooth real-time messaging, and experience a seamless user interface built for effortless conversations.
If you found this project helpful or inspiring, make sure to give it a star on GitHub! Your support means a lot and helps the project grow.