A personal digital bookmark organizer designed for individual use, helping users effortlessly collect, categorize, and access their favorite websites. All data is stored locally using IndexedDB, ensuring privacy and offline access without relying on external servers.
- Add, edit, and delete bookmarks
- Organize bookmarks into categories
- Search and view bookmarks in list or grid formats
- Import and export bookmark data
- Modern UI built with Radix UI and Tailwind CSS
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
- Next.js
- Radix UI & Shadcn UI
- Tailwind CSS
- IndexedDB (local storage)
