A simple Angular app to manage bookmarks. Built with Angular, NgRx, Rxjs, Angular Material, and JSON Server.
- Add, edit, and delete bookmarks
- Search and filter in real time
- Group by categories
- State managed with NgRx
- Material UI components
git clone https://github.com/your-username/bookmarker.git
cd bookmarker
npm install
npx json-server --watch db.json --port 3000
Runs at: http://localhost:3000/bookmarks
ng serve
Open in browser: http://localhost:4200
ng test
Partial coverage
- Angular + NgRx
- Angular Material
- JSON Server (mock API)