Made with NextJS.
Clone this repository locally and cd
into the folder then run
pnpm install
pnpm dev
Click on a plus sign to add a new board, enter a name and save.
Click on the Restart icon on the right to board name to reset the board.
Click on the Reset All in the top right to clear all the state.
Click on the plus sign and enter a name and then hit Create list.
Click on the list name and rename easily.
Click on the plus sign at the bottom right of list to add a new card.
Click on the card to edit, add description and due date.
Click on the Save to localStorage
in the Navbar to save the boards to localStorage
Click on the Fetch from localStorage
in the Navbar to fetch and populate the board from localStorage