Skip to content

Approxipix/react-trello-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Trello Clone

A simple Trello clone based on React/Redux.

Live Demo

Link: https://approxipix.github.io/react-trello-clone

example

Tech stack

Features

  • 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

Installation

Clone project:

https://github.com/Approxipix/react-trello-clone.git

Then change into that folder:

cd react-trello-clone

Install project dependencies:

npm install

Build for production:

npm run build

Start up a local server:

npm start

Open http://localhost:3000 to view it in the browser.

License License Badge

This project is licensed under the MIT License. See the LICENSE file for more information.