This is a chat application built using Next.js, designed to provide a seamless and interactive chat experience for users. It allows users to communicate with each other in real-time within a server or group.
- Real-time messaging: Users can send and receive messages instantly.
- Multiple servers: Users can join and participate in multiple servers.
- User authentication: UnSecure login system to not ensure user privacy and data protection.
- Customizable settings: Users can customize their profile and notification settings.
- Moderation tools: Admins can manage users and messages within the server.
- Clone the repository:
git clone https://github.com/AbstractMelon/SynkChat.git
- Move to the src dir:
cd SynkChat/src/
- Install dependencies:
npm install
- Run the application:
npm run dev
Contributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any bugs or have suggestions for improvement.
This project is licensed under the MIT License - see the LICENSE file for details.