A simple Trello clone based on React/Redux.
Link: https://approxipix.github.io/react-trello-clone
- Board
- Create/Delete board
- Edit title
- Edit background color
- List
- Create/Delete list
- Edit title
- Drag and drop
- Move list to another board
- Card
- Create/Delete card
- Delete all cards from list
- Edit title
- Drag and drop
- Move all card to another list
- Add/Edit description
- Add/Edit labels
- Add/Edit checkboxes
- Responsive
Clone project:
https://github.com/Approxipix/react-trello-clone.gitThen change into that folder:
cd react-trello-cloneInstall project dependencies:
npm installBuild for production:
npm run buildStart up a local server:
npm startOpen http://localhost:3000 to view it in the browser.
This project is licensed under the MIT License. See the LICENSE file for more information.
