Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alejandrosuero/t3-gallery-practice

A photo gallery using the t3 stack
https://github.com/alejandrosuero/t3-gallery-practice

Last synced: 14 days ago
JSON representation

A photo gallery using the t3 stack

Awesome Lists containing this project

README

        

# Photo gallery

## Using t3 stack

A project to learn about the [t3 stack](https://create.t3.gg/)

---

## TODO

- [x] Make it deploy (w/ vercel)
- [x] Scaffold basic ui with mock data
- [x] Set up database (w/ vercel postgresql)
- [x] Attach database to UI
- [x] Add authentication (w/ clerk)
- [x] Add image upload
- [x] "taint" (server-only)
- [x] Use Next/Image component
- [ ] Error management (w/ Sentry)
- [ ] Routing/image page (paraller route)
- [ ] Delete button (w/ server actions)
- [ ] Analytics (w/ posthob)
- [ ] Ratelimitting (w/ upstash)