Skip to content

Explore the capabilities of Next.js 13 through our demo repository showcasing a simple todo app. Dive into server actions and leverage Drizzle ORM integration to grasp how to efficiently manage tasks.

Notifications You must be signed in to change notification settings

raymondkneipp/next-todo-app

Repository files navigation

Demo Todo App with Next.js 13, Server Actions, and Drizzle ORM

Explore the capabilities of Next.js 13 through our demo repository showcasing a simple todo app. Dive into server actions and leverage Drizzle ORM integration to grasp how to efficiently manage tasks.

Learn More

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

This repository contains a simple demo todo app created with Next.js 13, showcasing the usage of server actions and integration with Drizzle ORM. It serves as a practical example to help you understand the implementation of these features and build efficient applications.

Features

  • Manage tasks: Create, update, and delete todos with ease.
  • Server actions: Utilize server-side logic for handling todo operations.
  • Drizzle ORM integration: Seamlessly interact with the database using Drizzle ORM.

Getting Started

Prerequisites

  • Node.js and npm installed on your local machine.

Installation

  1. Clone this repository:

    git clone https://github.com/raymondkneipp/next-todo-app.git
  2. Navigate to the project directory:

    cd next-todo-app
  3. Install dependencies:

    npm install

Usage

  1. Start the development server:

    npm run dev
  2. Open your browser and visit http://localhost:3000 to access the app.

Contributing

Contributions are welcome! If you find any issues or have ideas for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.


Feel free to explore the codebase, experiment with server actions and Drizzle ORM, and learn how to create powerful applications using Next.js 13.

About

Explore the capabilities of Next.js 13 through our demo repository showcasing a simple todo app. Dive into server actions and leverage Drizzle ORM integration to grasp how to efficiently manage tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published