Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bramirez96/portfolio-next
- Owner: bramirez96
- Created: 2024-04-26T23:06:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T01:04:59.000Z (6 months ago)
- Last Synced: 2024-04-30T23:21:38.242Z (6 months ago)
- Language: TypeScript
- Homepage: https://portfolio-next-delta-rose.vercel.app
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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