Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chunkangwong/slack-clone
This is a Slack clone, built with Next.js, shadcn/ui component library, convex database and auth
https://github.com/chunkangwong/slack-clone
bun convex nextjs14 shadcn-ui tanstack-react-query typescript vite
Last synced: about 1 month ago
JSON representation
This is a Slack clone, built with Next.js, shadcn/ui component library, convex database and auth
- Host: GitHub
- URL: https://github.com/chunkangwong/slack-clone
- Owner: chunkangwong
- Created: 2024-09-05T14:08:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T15:24:39.000Z (4 months ago)
- Last Synced: 2024-11-02T03:23:56.892Z (3 months ago)
- Topics: bun, convex, nextjs14, shadcn-ui, tanstack-react-query, typescript, vite
- Language: TypeScript
- Homepage: https://slack-clone-green-omega.vercel.app
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack Clone
This is a Slack clone, built with [Next.js](https://nextjs.org/), [shadcn/ui](https://ui.shadcn.com/) component library, [convex](https://www.convex.dev/) database and auth, following this [tutorial](https://www.youtube.com/watch?v=lXITA5MZIiI) by [Code with Antonio](https://www.youtube.com/@codewithantonio).
The application is deployed on Vercel [here](https://slack-clone-green-omega.vercel.app/).
## Note
1. For the API hooks, [@tanstack/react-query](https://tanstack.com/query/latest) is used to wrap the `useQuery` and `useMutation` hook from `@convex/react`.
2. For form, [react-hook-form](https://react-hook-form.com/) is used.