Skip to content

themythia/trello-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello-Clone

Overview

A Front-end clone of Trello built with React and Redux.

Live demo

Features

  • Create lists and cards
  • Ability to drag and change positions of lists and cards
  • Edit/copy/delete lists and cards
  • Ability to add labels to cards
  • Search/edit/delete labels

Running this project locally

  1. Clone this repository https://github.com/themythia/trello-clone.git
  2. Run npm install
  3. Run npm install -g serve if serve is not installed
  4. Run npm run build to build the app in the build folder
  5. Run serve -s build to run the app locally at http://localhost:5000