Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rifkyzena/bookmark-keeper
A mobile-responsive website that allows user to locally save and edit bookmarks of any website links.
https://github.com/rifkyzena/bookmark-keeper
Last synced: 3 months ago
JSON representation
A mobile-responsive website that allows user to locally save and edit bookmarks of any website links.
- Host: GitHub
- URL: https://github.com/rifkyzena/bookmark-keeper
- Owner: rifkyzena
- Created: 2022-10-10T10:09:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T14:33:02.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:57:30.387Z (6 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - rifkyzena/bookmark-keeper - A mobile-responsive website that allows user to locally save and edit bookmarks of any website links. (JavaScript)
README
![image](https://user-images.githubusercontent.com/55536824/196638678-59448449-3a8f-494c-8f7d-4e32805e3357.png)
[See the live demo here](https://rifkyzena.github.io/bookmark-keeper/)
# bookmark-keeper
A mobile-responsive website that allows user to locally save and edit bookmarks of any website links.## Resource and references used:
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions
- https://www.w3schools.com/jsref/event_preventdefault.asp
- https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/submit_event
- https://stackoverflow.com/questions/3809401/what-is-a-good-regular-expression-to-match-a-url
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
- https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice