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

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.

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
```