Skip to content
Submitted 6 days ago

Fullstack notes app

react, next, typescript, prisma, tailwind-css
P
LVL 3
Aneiqu280
@aneiqu
A solution to the Note-taking web app challenge

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm most proud of taking this beyond a static Frontend Mentor implementation and turning it into a full-stack app with authentication, database-backed notes, tags, archived notes, search, theme settings, and password management.

What challenges did you encounter, and how did you overcome them?

The biggest challenge was moving from a mostly UI-focused project to a real full-stack application. I had to learn how to model the data with Prisma, connect it to PostgreSQL, handle migrations, and make sure the app worked correctly in production on Vercel.

What specific areas of your project would you like help with?

I would like feedback on the overall architecture, especially the way I structured the Next.js App Router routes, server actions, Prisma queries, and authentication flow.

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Aneiqu’s solution.

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord