A modern drag-and-drop navigation interface built with:
- 🔵 React + Next.js
- 🎨 Tailwind CSS
- 🧩 @dnd-kit for drag and drop
- 🧠 Radix UI Popover for context menus
✅ Add / rename / reorder pages
✅ Context menu per item
✅ Drag-and-drop page ordering
✅ Smooth UI transitions
✅ No backend — all in-memory
npm install
npm run devTo enable full drag-and-drop, integrate @dnd-kit/sortable into NavigationBar.tsx.