Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarmad426/todo-list-app
Implementing Server actions in Next js 14 by Building a Full stack Todo list app.
https://github.com/sarmad426/todo-list-app
nextjs14 postgresql prisma react react-hook-form shadcn-ui tailwindcss typescript zod
Last synced: 5 days ago
JSON representation
Implementing Server actions in Next js 14 by Building a Full stack Todo list app.
- Host: GitHub
- URL: https://github.com/sarmad426/todo-list-app
- Owner: Sarmad426
- Created: 2023-11-08T16:51:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-16T11:34:22.000Z (about 1 year ago)
- Last Synced: 2024-11-12T04:14:28.499Z (5 days ago)
- Topics: nextjs14, postgresql, prisma, react, react-hook-form, shadcn-ui, tailwindcss, typescript, zod
- Language: TypeScript
- Homepage: https://next-server-actions-todo-app-jade.vercel.app/
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack Todo List App
Full Stack Todo List App built with Next.js 14 (Server actions) and Neon Serverless PostgreSQL.
Its a very basic todo list app to get started with **Next.js** Server actions.## Technologies Used
- Next js 14 (Server actions)
- Typescript
- Tailwind CSS
- Shadcn-Ui
- Prisma
- Zod
- Neon (Serverless Postgresql)## Key Features
- Create Todos
- Mark todo completed
- Delete Todo
- Different sections for pending and completed tasks.### Visit
## Topics Covered
This repository gives a start to the **Next.js Server Actions**. It also Covers **Prisma Schemas** , **React-Hook-Form** and **Zod** form validation.