Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bojkoj/t3-gallery
T3 stack projekt - Gallery
https://github.com/bojkoj/t3-gallery
clerkauth nextjs shadcn-ui t3-stack tailwindcss typescript uploadthing
Last synced: 17 days ago
JSON representation
T3 stack projekt - Gallery
- Host: GitHub
- URL: https://github.com/bojkoj/t3-gallery
- Owner: BojkoJ
- Created: 2024-04-19T11:28:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T19:37:49.000Z (4 months ago)
- Last Synced: 2024-12-06T01:12:12.079Z (17 days ago)
- Topics: clerkauth, nextjs, shadcn-ui, t3-stack, tailwindcss, typescript, uploadthing
- Language: TypeScript
- Homepage: https://t3-gallery-chi-ten.vercel.app
- Size: 557 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T3 Gallery
## TODO
- [x] Make it deploy (Vercel)
- [x] Scaffold basic ui with mock data
- [x] Actually set up a database (Vercel Postgres)
- [x] Attach database to UI
- [x] Add authentication (w/ Clerk)
- [x] Add image upload
- [x] "taint" (server-only)
- [x] Use Next/Image component
- [x] Error management (w/ Sentry)
- [x] Routing/image page (parallel route)
- [x] Update upload button
- [x] Analytics (posthog)
- [ ] Delete button (w/ Server Actions)
- [ ] Rate-limiting (upstash)