A simple local bookmarks manager built with React.
Save links, organise them by category, search through saved bookmarks, and delete items you no longer need. Data is stored in localStorage.
npm install
npm start
Open http://localhost:8080 in your browser.
npm run build
- Add bookmark with title, URL, category and optional note
- Search bookmarks by title, URL or note
- Filter by category
- Delete bookmarks
- Persists data in localStorage
- Sample bookmarks loaded on first use