Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 580 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 580 Bytes

T3 Gallery

TODO

  • Make it deploy (vercel)
  • Scaffold basic ui with mock data
  • Tidy up build process
  • Actually set up a database (vercel postgres)
  • Attach database to UI
  • Add authentication (w/ clerk)
  • Add image upload
  • "taint" (server-only-bestpractice to handle sever behaviors in react apps )
  • Use Next/Image component
  • Error management (w/ Sentry)
  • Routing/image page (parallel route)
  • Shaduify (specifially toasts)
  • Analytics (posthog)
  • Delete button (w/ Server Actions)
  • Ratelimitting (upstash)