BookMark Manager is a simple, one-page web application that allows users to save and manage their favorite websites. Users can enter a site name and its URL, which will be displayed in a styled table. The application provides key functionalities such as:
Add Bookmarks: Users can input the name and URL of a website using a form.
Display Saved Sites: All saved bookmarks are shown in a clean, responsive table.
Visit Websites: Each entry includes a "Visit" button that opens the link in a new tab.
Delete Bookmarks: Users can remove any saved site, which updates the UI and removes the entry from localStorage.
Persistent Storage: The app uses localStorage to save the data so it remains available even after the page is reloaded.