- Real-time chat & notifications
- Change chat theme & background
- Create groups, assign/remove admins, add/remove users & block users
- Supports all kinds of file sharing via messaging
- Reply to & react to messages
- Add/remove messages to favorites
Before you begin, ensure you have the following installed on your system:
- Node.js (version 14 or higher)
Download and install from Node.js official website. - Git (for cloning the repository)
Download and install from Git official website.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/aayushsingh7/realtime-chat-app-renewed.git
- Navigate to the project directory:
cd realtime-chat-app-renewed
- Install dependencies using npm:
npm install
- Start the development server:
npm run dev