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 a simple book marker manager #383

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

Blackie360
Copy link
Contributor

Bookmark Manager πŸ—‚οΈ

A simple, user-friendly Bookmark Manager built with HTML, Tailwind CSS, and JavaScript. This tool helps you save, manage, and delete your favorite links with ease.

image

Features ✨

  • Add Bookmarks: Easily save any URL to the list.
  • View Saved Bookmarks: View the list of stored links directly in the UI.
  • Delete Bookmarks: Remove unwanted bookmarks with a click.
  • Responsive Design: Styled with Tailwind CSS to ensure a clean and responsive user interface.

Technologies Used πŸ’»

  • HTML: Structure of the webpage.
  • Tailwind CSS: Styling for responsiveness and aesthetics.
  • JavaScript: Logic for managing bookmarks.

File Structure πŸ“

/bookmark-manager
β”‚
β”œβ”€β”€ index.html          # Main HTML file
β”œβ”€β”€ styles.css          # Tailwind CSS styles
β”œβ”€β”€ script.js           # JavaScript logic
└── README.md           # Project documentation

##Demo

Contributing 🀝

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-branch-name.
  3. Commit your changes: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature-branch-name.
  5. Open a pull request.

@panditakshay402 panditakshay402 self-requested a review October 23, 2024 04:17
@panditakshay402 panditakshay402 merged commit 14b3331 into panditakshay402:main Oct 23, 2024
1 of 2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants