With this app you can handle bookmarks.
- list
- save
- delete
- show details
This app has some default bookmarks, which are shown on startup. When reloading the page, the defaults are loaded again.
- Install:
npm install
- Run:
ng serve
- Open default address in your browser:
http://localhost:4200/
- Some basic tests can be run by using:
ng test
Updated to Angular v17. Tested on Windows 11 Home.
Tested with Node.js v14.15.0 on Windows 10 Home. Made with
- Angular v11.2.5
- Angular Material
- NGRX.
First version made in March 21st, 2021.
The site is fully responsive. The list page is using CSS Grid Layout with auto-fill feature.
Here we can see the bookmarks ordered by group.
The user can add a new bookmark.
This page shows the details of the bookmark.
The user can delete a bookmark when clicking on ✕.
Please see the LICENSE file.