simple concept app made in nextjs to play with ssr that saves notes
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- Clerk (Authentication)
- Deployed on Vercel
- Clone the repo
npm install- Set up environment variables (see
.env.example) npm run dev
- setup repo
- connect repo to vercel for deployment
- connect database
- make simple page mock
- remove ts and eslint errors to speed up build
- adding note collection from db
- adding routing
- implementing note upload
- implement query security throught server-only
- implement error handling
- implement note deletion
- implement note editing
- implement user auth
- implementing private notes
- add analytics