https://github.com/atakde/react-dnd-todo
A todo app that includes a clean ui and dnd feature.
https://github.com/atakde/react-dnd-todo
react react-dnd react-dnd-beautiful react-dnd-example reactjs
Last synced: 22 days ago
JSON representation
A todo app that includes a clean ui and dnd feature.
- Host: GitHub
- URL: https://github.com/atakde/react-dnd-todo
- Owner: atakde
- Created: 2022-02-13T14:43:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T14:57:26.000Z (over 4 years ago)
- Last Synced: 2025-10-09T19:06:46.048Z (8 months ago)
- Topics: react, react-dnd, react-dnd-beautiful, react-dnd-example, reactjs
- Language: JavaScript
- Homepage: https://react-dnd-todo.vercel.app/
- Size: 152 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DND React Todo App
A todo app that includes a clean ui and dnd feature.
## Features
- Drag and drop
- Clean UI
## Run it on your computer
Clone Project
```bash
git clone https://github.com/atakde/react-dnd-todo
```
Go to project folder
```bash
cd react-dnd-todo
```
Install packages
```bash
npm install
```
Run project
```bash
npm run start
```