Skip to content

AyeshaAziz/bookmarker

Repository files navigation

Bookmarker

A simple Angular app to manage bookmarks. Built with Angular, NgRx, Rxjs, Angular Material, and JSON Server.

Table of Contents


Features

  • Add, edit, and delete bookmarks
  • Search and filter in real time
  • Group by categories
  • State managed with NgRx
  • Material UI components

Setup

Install

git clone https://github.com/your-username/bookmarker.git
cd bookmarker
npm install

Mock Backend (JSON Server)

npx json-server --watch db.json --port 3000

Runs at: http://localhost:3000/bookmarks

Run App

ng serve

Open in browser: http://localhost:4200

Testing

ng test

Partial coverage


Stack

  • Angular + NgRx
  • Angular Material
  • JSON Server (mock API)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors