Skip to content

Commit

Permalink
add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamrul1157024 committed Sep 23, 2021
1 parent ede832c commit 6c42752
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
drag-and-drop-playground
# Simple Kanban Board

### Build With:

CSS Grid, ReactJS, ReactDnD

<img src="./simple-kanban-board.gif">

### TO run:
```
npm start
```
### lint:
```
npm run lint
```

### Data:
Your data will control the view.Change the data, view will happen accordingly,
```
data = [
{
colName: 'QuoteList1',
color: 'purple',
colId:'......' ,
data: [
{
text:'........',
rowId:'......'
}
.......
.......
.......
],
},
.....
.....
.....
];
```
Binary file added simple-kanban-board.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c42752

Please sign in to comment.