Skip to content

eman289/Bookmark-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

Demo

You can access the live demo of the project Here.

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.

About

My first JavaScript CRUD application (A simple website bookmarker)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published