/react-trello-clone

Trello like board built with React and Redux.

Primary LanguageJavaScript

React Trello Clone

A simple Trello clone based on React/Redux.

example

Tech stack

Features

  • responsive
  • drag-and-drop on cards and lanes (compatible with touch devices)
  • edit board functionality
  • labels/checklists

Setup

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

# Then change into that folder
cd react-trello-clon

# Install 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.