panditakshay402 / Hacktoberfest

Join the Hacktoberfest fun! Contribute to this repo and earn cool swag while improving open-source projects.
115 stars 409 forks source link

Add Bookmark Manager #382

Open Blackie360 opened 2 hours ago

Blackie360 commented 2 hours ago

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 ✨

Tech Stack πŸ› οΈ

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 commented 2 hours ago

Assign me this issue