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
- Host: GitHub
- URL: https://github.com/hasithajayasundara/slack-clone
- Owner: hasithajayasundara
- Created: 2024-09-01T00:59:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-16T23:11:17.000Z (over 1 year ago)
- Last Synced: 2025-04-08T10:52:57.523Z (about 1 year ago)
- Topics: codewithantonio, convex, nextjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slack-clone
A simplified clone of Slack, developed using modern web technologies.

## 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).