Skip to content

Aymanrashedsakr/Bookmarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Bookmarker App

A simple website bookmarking application built using JavaScript CRUD operations.

Description

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.

Features

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

Usage

  1. Open the live demo of the project.
  2. Enter a valid site name and URL in the respective input fields.
  3. Click the "Add Bookmark" button to save the bookmark.
  4. Existing bookmarks are displayed in a table with options to visit the website or delete the bookmark.

Releases

No releases published

Packages

 
 
 

Contributors