An open API service indexing awesome lists of open source software.

https://github.com/balapriyapalanivel/bookmark_maker

This project contains a simple bookmark manager where users can add and store website URLs with corresponding names. It features form validation and dynamically updating bookmark lists.
https://github.com/balapriyapalanivel/bookmark_maker

bootstrap css flexbox html javascript

Last synced: about 2 months ago
JSON representation

This project contains a simple bookmark manager where users can add and store website URLs with corresponding names. It features form validation and dynamically updating bookmark lists.

Awesome Lists containing this project

README

          

**Bookmark Manager**
Welcome to the Bookmark Manager project! This project is a simple web application that allows users to manage their bookmarks by adding website URLs and corresponding names.

**Features**
Add Bookmarks: Users can add new bookmarks by entering the website URL and its name.
Form Validation: The application performs basic form validation to ensure that users enter valid inputs.
Dynamic Bookmark List: The bookmark list dynamically updates as users add new bookmarks.
Open Bookmarks: Users can click on the bookmark URL to open the corresponding website in a new tab.

**Technologies Used**
HTML
CSS
JavaScript