https://github.com/akshaypx/t3gallery
https://github.com/akshaypx/t3gallery
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akshaypx/t3gallery
- Owner: akshaypx
- Created: 2024-05-10T10:28:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T10:31:40.000Z (about 1 year ago)
- Last Synced: 2025-01-12T08:26:24.525Z (4 months ago)
- Language: TypeScript
- Homepage: https://t3gallery-lyart-alpha.vercel.app
- Size: 160 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] Tidy up build process
- [x] Actually set up a database (vercel postgres)
- [x] Attatch database to UI
- [x] Add authentication (w/ clerk)
- [ ] Add image upload
- [ ] Error Management (w/ Sentry)
- [ ] Routing/image page (parallel route)
- [ ] Delete button (w/ Server actions)
- [ ] Analystics (posthog)
- [ ] Rate limiting (upstash)