/trello-clone

Primary LanguageTypeScript

Building Trello with Drag and Drop

structure

  • AppContainer - it will help us to arrange the columns horizontally. It is going to wrap the whole application.
  • ColumnContainer - it is a visual representation of a column. It will have grey background and rounded corners.
  • ColumnTitle - it will make the column title bold and add paddings to it. • CardContainer - it will visually represent the card.