An open API service indexing awesome lists of open source software.

https://github.com/hasithajayasundara/slack-clone

A simplified clone of Slack, developed using modern web technologies
https://github.com/hasithajayasundara/slack-clone

codewithantonio convex nextjs shadcn-ui tailwindcss

Last synced: about 2 months ago
JSON representation

A simplified clone of Slack, developed using modern web technologies

Awesome Lists containing this project

README

          

# slack-clone

A simplified clone of Slack, developed using modern web technologies.

![Image of slack clone](./slack-clone.png)

## Technologies Used

- **Next.js**: React framework for server-side rendering and static site generation.
- **Tailwind CSS**: Utility-first CSS framework for styling.
- **Shadcn UI**: Component library for building accessible web applications.
- **Convex**: Backend platform for data storage and real-time updates.

## 🚀 How to Run

Follow these steps to set up and run the Slack Clone locally on your machine:

### Clone the Repository

```bash
git clone https://github.com/hasithajayasundara/slack-clone.git
cd slack-clone

npm install
npx convex dev
npm run dev
```

### OAuth providers

At the moment application supports SSO using Google or Github. To setup these OAuth providers check convex documentation [here](https://labs.convex.dev/auth/config/oauth).