This is a todo list app that is testing the new NextJs 13 + React 18.
Next.js
create-next-app.
A simple addition/ deletion of tasks and completed marking.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Install dependencies:
npm i
In this project: Prisma.js & TailwindCSS