Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bookmark Manager #382

Open
Blackie360 opened this issue Oct 22, 2024 · 2 comments
Open

Add Bookmark Manager #382

Blackie360 opened this issue Oct 22, 2024 · 2 comments
Assignees

Comments

@Blackie360
Copy link
Contributor

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 ✨

  • 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 🚀

  1. Clone the repository or download the project files.
  2. Open the index.html file in a web browser.
  3. Add bookmarks using the input field and button.
  4. Manage bookmarks (view and delete) directly from the UI.

File Structure 📂

/bookmark-manager
|-- index.html
|-- styles.css (optional if extra CSS needed)
|-- script.js

@Blackie360
Copy link
Contributor Author

Assign me this issue

@Blackie360
Copy link
Contributor Author

I have opened a PR for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant