Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.