A simple web app to manage your bookmarks, built with HTML, Tailwind CSS, and JavaScript. This lightweight app allows users to save, display, and delete bookmarks, with data stored in the browser's localStorage for persistence across sessions.
Features β¨
Add Bookmark: Enter a valid URL and save it to your bookmark list.
View Bookmarks: All saved bookmarks are displayed with clickable links.
Delete Bookmark: Remove bookmarks with a single click.
Persistent Storage: Uses localStorage to retain bookmarks after refreshing the page.
Tech Stack π οΈ
HTML: Structure the content.
Tailwind CSS: Styling and responsive design.
JavaScript: Interactivity and local storage handling.
Usage π
Clone the repository or download the project files.
Open the index.html file in a web browser.
Add bookmarks using the input field and button.
Manage bookmarks (view and delete) directly from the UI.
File Structure π
/bookmark-manager
|-- index.html
|-- styles.css (optional if extra CSS needed)
|-- script.js
Bookmark Manager π
A simple web app to manage your bookmarks, built with HTML, Tailwind CSS, and JavaScript. This lightweight app allows users to save, display, and delete bookmarks, with data stored in the browser's localStorage for persistence across sessions.
Features β¨
localStorage
to retain bookmarks after refreshing the page.Tech Stack π οΈ
Usage π
index.html
file in a web browser.File Structure π
/bookmark-manager |-- index.html |-- styles.css (optional if extra CSS needed) |-- script.js