This is a real-time chat application built using the MERN stack (MongoDB, Express.js, React.js, Node.js) with Socket.IO for real-time messaging feature. It also utilizes Tailwind CSS and Daisy UI for styling.
- Secure Authentication: Users can securely sign up and log in to the application.
- Real-Time Messaging: Users can chat with each other in real time.
- Text and Image Sending: Users can send both text messages and images.
- Real-Time Online Status: Users can see the real-time online status of other users.
- Message Seen Feature: Users can see when their messages have been seen by others.
- User Search: Users can search for other users and start a chat with them.
- MongoDB: NoSQL database used for storing user data and chat messages.
- Express.js: Web application framework for Node.js used for building the backend.
- React.js: JavaScript library used for building the user interface.
- Node.js: JavaScript runtime environment used for running the server-side code.
- Socket.IO: Library for real-time web applications, used for enabling real-time messaging.
- Tailwind CSS: Utility-first CSS framework used for styling.
- Daisy UI: UI components library for Tailwind CSS, used for additional styling.