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

https://github.com/xaityh/drag-and-drop-todo

This is my ToDo app with Drag & Drop feature. For now it's just v.1 with core functionality, but later it can get more updates with larger support for different devices and more features.
https://github.com/xaityh/drag-and-drop-todo

dnd-kit nextjs react typescript

Last synced: 3 months ago
JSON representation

This is my ToDo app with Drag & Drop feature. For now it's just v.1 with core functionality, but later it can get more updates with larger support for different devices and more features.

Awesome Lists containing this project

README

          

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

ToDo project with Drag & Drop feature