Real-Time Chat Application is a chat platform that features user authentication, private messaging, and file sharing capabilities. It is built using React.js, Express.js, and Firebase, and currently supports over 50 active users.
- User Authentication: Secure sign-up and login.
- Private Messaging: Send direct messages to users.
- File Sharing: Share files seamlessly within chats.
- Real-Time Communication: Instant message delivery and updates.
- React.js for frontend development
- Express.js for backend API
- Firebase for real-time database and authentication
- Clone the repository:
git clone https://github.com/yourusername/chat-app.git
- Install dependencies:
npm install