You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: