Checkout My Project On - https://mellifluous-hamster-9a9c9d.netlify.app
ChatApp is a real-time messaging application that allows users to communicate with each other through a simple and intuitive interface. The app is designed to be easy to use, with a clean and modern user interface that makes it easy to get started.
- Real-time messaging: ChatApp uses WebSockets to deliver messages instantly between users in real-time.
- User profiles: ChatApp allows users to create profiles with avatars, making it easy to identify and connect with other users.
- Chat rooms: Users can create or join chat rooms and also create groups with their friends.
- React: A JavaScript library for building user interfaces
- Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine.
- Express: A web framework for Node.js.
- Socket.io: A JavaScript library for real-time web applications using WebSockets.
Clone the project
git clone https://github.com/ChaudharyRaman/Chat_App
Go to the project directory
cd Chat_App
Go to the client directory
cd client
Install dependencies
npm install
Start the client
npm start