Slack Clone

Team Collaboration Platform

Project Details

Slack Clone is a collaborative workspace application that I built, inspired by the popular team communication platform Slack, and designed specifically for desktop(view) users. The app offers real-time messaging, workspace management, and team collaboration features, providing users with the tools to efficiently communicate and organize their work. Whether it’s managing channels, direct messaging, or switching between workspaces.

Key Features Include:

  • Authentication: Users can sign up and log in using email/password or via Google and GitHub for easy access.
  • Workspaces: Users can create a new workspace or join an existing one using an invitation link or a join code.
  • Admin & User Roles: Admins can manage workspaces by creating and renaming channels, inviting members, and changing the join code. They can also adjust user roles.
  • Messaging: Admins and users can communicate in channels or through one-on-one direct messages (DMs) for private conversations.
  • Profile Management: Users can view and update their profiles and check other members' profiles.
  • Workspace Switching: Users can switch between multiple workspaces with ease.

Technologies:

This application is built using Next.js, Tailwind CSS, and Shadcn UI to create a fast, responsive, and visually appealing front-end. Convex is used to provide real-time functionality, authentication, storage, and database management. Jotai handles state management efficiently, while Quill enhances the messaging experience with rich text editing capabilities, making communication more dynamic and user-friendly.