Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)