Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuel-heav/newgallery
Knockoff for T3gallery, following along the Modern React Tutorial by Theo
https://github.com/manuel-heav/newgallery
Last synced: about 19 hours ago
JSON representation
Knockoff for T3gallery, following along the Modern React Tutorial by Theo
- Host: GitHub
- URL: https://github.com/manuel-heav/newgallery
- Owner: Manuel-heav
- Created: 2024-06-21T13:44:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T11:51:52.000Z (8 months ago)
- Last Synced: 2024-12-31T12:15:41.341Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://newgallery-omega.vercel.app
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NewGallery
Following along Theo's 0 to production tutorial
## TODO
- [x] Make it deploy
- [x] Scaffold basic ui with mock data
- [x] Set up database (Vercel postgres)
- [x] Attach database to UI
- [ ] Add auth (clerk)
- [ ] Add image upload
- [ ] ERror Management (Sentry)
- [ ] Routing/image page (parallel route)
- [ ] Delete button (Server Actions)
- [ ] Analytics (posthog)
- [ ] Relimitting (upstash)