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.
- Host: GitHub
- URL: https://github.com/xaityh/drag-and-drop-todo
- Owner: XAITYH
- License: mit
- Created: 2025-07-06T11:33:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-06T12:38:47.000Z (3 months ago)
- Last Synced: 2025-07-06T13:41:44.554Z (3 months ago)
- Topics: dnd-kit, nextjs, react, typescript
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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