This project is a simple example showing how to use Server Actions in Next.js. It includes basic features to add, edit, and delete titles with a minimal UI.
Technologies used:
- Next.js 15 with App Router and Server Actions
- Prisma ORM for database access
- Zod for input validation
- React Hooks and useActionState for form handling
- revalidatePath for smart page updates