Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bramirez96/portfolio-next

A new full-stack portfolio application leveraging Next.js and the "T3" stack.
https://github.com/bramirez96/portfolio-next

Last synced: 10 days ago
JSON representation

A new full-stack portfolio application leveraging Next.js and the "T3" stack.

Awesome Lists containing this project

README

        

# Portfolio

## TODO

Following the T3 stack tutorial and his TODOs:

- [x] make it deploy (vercel)
- [x] Scaffold basic ui with mock data
- [x] tidy up build process
- [x] Set up a database w/ vercel postgres
- [x] Attach database to UI
- [x] Build database schema
- [x] Rebuild UI around new database model
- [x] Add authentication w/ clerk
- [x] add image upload
- [ ] "taint" (server-only) (????)
- [ ] use Next/Image component
- [ ] Error management w/ Sentry
- [ ] Routing/image page w/ parallel route
- [ ] Delete button w/ Server Actions
- [ ] Analytics w/ posthog
- [ ] Ratelimiting w/ upstash