Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.58 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.58 KB

Synk Chat

License: MIT GitHub issues GitHub stars

Description

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.

Features

  • 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.

Installation

  1. Clone the repository: git clone https://github.com/AbstractMelon/SynkChat.git
  2. Move to the src dir: cd SynkChat/src/
  3. Install dependencies: npm install
  4. Run the application: npm run dev

Usage

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.