A simple website bookmarking application built using JavaScript CRUD operations.
This project is a web application that allows users to bookmark their favorite websites. It provides basic CRUD (Create, Read, Update, Delete) operations for managing bookmarks.
- Add a new bookmark by providing a site name and URL.
- Validate site name and URL format before adding a bookmark.
- Display a list of bookmarks with options to visit the website or delete the bookmark.
- Bookmark data is stored in the browser's local storage.
- Open the live demo of the project.
- Enter a valid site name and URL in the respective input fields.
- Click the "Add Bookmark" button to save the bookmark.
- Existing bookmarks are displayed in a table with options to visit the website or delete the bookmark.