- Clone the repository
- Open the terminal from root directory of the project
- Commands
with yarn
> yarn
> yarn start
or npm
> npm i
> npm start
- Create/Delete/Rename Lists.
- Create/Delete/Rename/Cards.
- The cards can draggable from one list to another.
- The list can renamed by double clicking on the title.
- The card can locked by clicking on the lock icon on a card. When a card is locked, it cannot dragged. It needs to be unlocked first to draggable.
- Emoji picker.
- The list can draggable.
@Author: Hasan-py