Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)