The Bookmark App is a simple web application that allows users to save and manage their favorite website links directly from the browser. Users can add, view, and delete bookmarks, which are stored in the browser's local storage for persistent access.
- Add Bookmarks: Users can add bookmarks by entering the website's name and URL. 🖊️
- View Bookmarks: Bookmarks are displayed in a list with clickable links and icons. 👀
- Delete Bookmarks: Users can delete bookmarks from their list. 🗑️
- Persistent Storage: Bookmarks are saved to local storage, so they persist even after the browser is closed. 💾
The Bookmark App is fully responsive, meaning it adjusts beautifully to fit any screen size, whether you are accessing it from a desktop, tablet, or smartphone.
- HTML
- CSS
- JavaScript
- Local Storage API
You can use the Bookmark App directly from your web browser by visiting this link.
To use the app, simply click the 'Add Bookmark' button, fill in the website name and URL, and click 'Save'. Your bookmark will appear below, and you can click on it to visit the site or click the delete icon to remove it.