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.
- Host: GitHub
- URL: https://github.com/balapriyapalanivel/bookmark_maker
- Owner: BalapriyaPalanivel
- Created: 2024-03-02T18:04:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T18:09:52.000Z (over 2 years ago)
- Last Synced: 2025-01-24T04:44:12.192Z (over 1 year ago)
- Topics: bootstrap, css, flexbox, html, javascript
- Language: HTML
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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