Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craftingweb/bookmarkhive
The BookMarkHive App is a simple web application that allows users to save and manage bookmarks for their favorite websites. It provides a user-friendly interface for adding, deleting, and viewing bookmarks.
https://github.com/craftingweb/bookmarkhive
localstorage
Last synced: 3 days ago
JSON representation
The BookMarkHive App is a simple web application that allows users to save and manage bookmarks for their favorite websites. It provides a user-friendly interface for adding, deleting, and viewing bookmarks.
- Host: GitHub
- URL: https://github.com/craftingweb/bookmarkhive
- Owner: craftingweb
- Created: 2024-02-20T02:18:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T23:17:47.000Z (9 months ago)
- Last Synced: 2024-06-03T23:24:48.931Z (6 months ago)
- Topics: localstorage
- Language: JavaScript
- Homepage: https://bookmarkhive.vercel.app
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [BookMarkHive](https://bookmarkhive.vercel.app/)
## Introduction
The BookMarkHive App is a simple web application that allows users to save and manage bookmarks for their favorite websites. It provides a user-friendly interface for adding, deleting, and viewing bookmarks.
## Features
- **Add Bookmark**: Users can add a new bookmark by entering the website name and URL in the provided form.
- **Delete Bookmark**: Users can delete a bookmark by clicking on the delete icon next to the bookmark.
- **View Bookmarks**: Users can view all their bookmarks in a list format.
- **Favicon Display**: The app displays the favicon of each bookmarked website for easy identification.## How to Use
### Adding a Bookmark
To add a new bookmark, click on the "Add Bookmark" button. Enter the website name and URL in the form, and click "Add Bookmark".
### Deleting a Bookmark
To delete a bookmark, click on the delete icon next to the bookmark you want to remove.
### Viewing Bookmarks
All bookmarks are displayed in a list format on the main page.
## Technologies Used
- **HTML**: The structure of the web page is created using HTML.
- **CSS**: The styling of the web page is done using CSS.
- **JavaScript**: The functionality of the app is implemented using JavaScript.
- **LocalStorage**: Bookmarks are stored locally using the browser's LocalStorage API.## Conclusion
The BookMarkHive App is a handy tool for managing bookmarks and keeping track of favorite websites. It provides a simple and intuitive interface for users to add, delete, and view bookmarks. Whether you're a casual web surfer or a power user, the BookMarkHive App is a useful addition to your browsing toolkit.
[bookmarkhive.webm](https://github.com/VitaliPri/BookMarkHive/assets/101225909/00781632-6592-43e0-a1b4-282a7dbf5aaa)