/trello-board

This is a simple clone of a Trello Board

Primary LanguageJavaScript

This is a simple clone of Trello like task management board. You can see the live version here -- https://trello-clone-react.netlify.com/

To experience this power, do the following.

  • Install dependencies
cd trello-board/
npm i
  • To start development server:
npm run dev

Alternative

  • To create production build:
npm run build
  • Start any server in the directory
cd ./dist
python3 -m http.server
OR
python -m SimpleHTTPServer
OR
Any HTTP server you like
  • Go to address mentioned in the cli

Functionalities

  • Create Lists
  • Create Tasks
  • Reorder, drag & drop tasks
  • Reorder lists
  • Filter tasks
  • Send invitations
  • Update tasks
  • Delete tasks
  • Change background