Skip to content

DivorcedLance/bookmark-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark App 📚

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.

Features 🌟

  • 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. 💾

Responsive Design 📱

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.

Responsive Design

Technologies Used 💻

  • HTML
  • CSS
  • JavaScript
  • Local Storage API

Try It Live 🚀

You can use the Bookmark App directly from your web browser by visiting this link.

Bookmark App Interface

Usage 🚀

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.