A simple web app to save and manage your favorite website links using LocalStorage.
- Add and delete bookmarks easily.
- Save bookmarks even after reloading the page using LocalStorage.
- Clean and user-friendly design.
- Hover over a bookmark to reveal a delete button.
- Future improvement: Search functionality.
- Enter the website URL and name in the input fields.
- Click the "Submit" button to save the bookmark.
- The saved bookmarks will appear in the list below.
- To delete a bookmark, hover over it and click the delete button.
- Add search and tag filtering.
- Allow users to edit bookmarks.
- Sync bookmarks with user accounts (e.g., Firebase).
- HTML, CSS, JavaScript
- LocalStorage for data storage