A Kanban Board with visuals very similar to Notion, made using React (w/ TypeScript) + ScSS + Vite.
Built drag and drop functionality without using any external libraries.
The application stores all entries in localStorage, so no requirement of a constant internet connection.
It is hosted here
Clone the repo, and after installing using npm install
, use npm run dev
to run on localhost at port 3000