This is a Next.js project bootstrapped with create-next-app
.
This is a simple Next.js Todo application with Prisma database integration. This application utilises the Next.js routing style, client-server components/rendering, and "use server" and "use client" directives among other features. Seamlessly create, update, and manage todo items.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
This project is licensed under the MIT License.
The Next.js Todo app was created with inspiration from various online resources and tutorials. Its creation has been driven by a thirst for learning, a desire to grasp new concepts (ex: utilisation of server and client components), and a determination to engage in research and development within the realm of the Next.js framework.