angrybacon / dragondrop

React playground featuring drag and drop à la Trello

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragon’ Drop

This repository contains a small React playground.

Having approximately less than 24 hours of actual experience with React, this project is a naive enterprise at making a Trello-like board. Two lists, each list being a container for cards, with said cards being draggable from one list to another.

Installation

npm install
npm start

Todo

  1. [X] Add drag and drop feature on cards
  2. [ ] Implement vertical sorting
  3. [ ] Websocketify
  4. [ ] Make a mobile layout
  5. [ ] Version-control the ESLint configuration
  6. [ ] Add a preview at drop target
  7. [ ] Use scripts/index.jsx rather than index.js
  8. [ ] Use styles/index.scss rather than index.css
  9. [ ] Add drag and drop feature on lists
  10. [ ] Add horizontal scrolling

Screencasts

./dragondrop.gif

About

React playground featuring drag and drop à la Trello

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 66.3%Language:CSS 30.7%Language:HTML 3.1%