/next.js-todo

Next.js Todo application with Prisma ORM and Supabase postgresql database integration. This application utilises the Next.js routing style, client-server components/rendering, and "use server" and "use client" directives among other features.

Primary LanguageTypeScript

This is a Next.js project bootstrapped with create-next-app.

Description

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.

Getting Started

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.

Learn More

To learn more about Next.js, take a look at the following resources:

License

This project is licensed under the MIT License.

Acknowledgments

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.