About this project
A bookmark manager that allows users to save, organise, and retrieve bookmarks through a simple interface. Built in Java with both console and graphical dialog versions.
The application provides functionality for adding new bookmarks, viewing saved entries, and managing a personal collection. The dual-interface approach demonstrates how the same logic can power different user experiences.
This project showcases Java fundamentals including string manipulation, collections, and the JOptionPane API for building quick dialog-based GUIs.
Key Features
- Add and save bookmarks
- View and manage entries
- Console and GUI versions
- String manipulation
- Simple data management