https://github.com/manishtmtmt/mt-chat-app
Welcome to my real-time chat app, developed using React and Socket.IO! This app provides users with a platform to communicate with each other instantly, with features such as chat rooms, private messaging, and real-time notifications. The front-end of the app is built using React, allowing for a responsive and user-friendly interface.
https://github.com/manishtmtmt/mt-chat-app
react react-router react-router-dom realtime-chat socket-io socket-io-client
Last synced: 2 months ago
JSON representation
Welcome to my real-time chat app, developed using React and Socket.IO! This app provides users with a platform to communicate with each other instantly, with features such as chat rooms, private messaging, and real-time notifications. The front-end of the app is built using React, allowing for a responsive and user-friendly interface.
- Host: GitHub
- URL: https://github.com/manishtmtmt/mt-chat-app
- Owner: manishtmtmt
- Created: 2023-02-25T05:42:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T07:46:04.000Z (over 3 years ago)
- Last Synced: 2025-03-15T08:21:42.814Z (over 1 year ago)
- Topics: react, react-router, react-router-dom, realtime-chat, socket-io, socket-io-client
- Language: JavaScript
- Homepage: https://just-chat.azurewebsites.net/
- Size: 322 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime Chat Application

Welcome to my real-time chat app, developed using React and Socket.IO! This app provides users with a platform to communicate with each other instantly, with features such as chat rooms, private messaging, and real-time notifications. The front-end of the app is built using React, allowing for a responsive and user-friendly interface, while the back-end is powered by Socket.IO to enable real-time communication between users. This app uses web sockets to maintain a persistent connection between users and the server, ensuring a seamless chat experience. Users can create and join chat rooms, send private messages to other users, and receive notifications when they receive new messages. Our app is easy to install and deploy, with instructions included in the README file. We are excited to share this chat app with you and welcome any feedback or contributions.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `git clone `
### `cd `
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
Chat app server git repo:
###
# mt-chat-app