Skip to content

elhananperelprivate/products-dashboard

Repository files navigation

Products Dashboard

Product Dashboard

Overview

This Angular project is a Products Dashboard that allows users to perform simple CRUD operations on a list/grid view of products. Products are fetched from a free API called Fake Store API. The project utilizes Angular, Angular Material, NgRx for state management, and RxJS for handling asynchronous operations.

Features

  • View products in list or grid layout
  • Add new products
  • Edit existing products
  • Delete products
  • Toggle between list and grid view
  • Local storage for storing fetched products (reset on refresh)

Installation

  1. Clone the repository:

    git clone https://github.com/elhananperelprivate/products-dashboard.git
    
  2. Navigate to the project directory:

    cd products-dashboard
    
  3. Install dependencies:

    npm install
    
  4. Run The Project

    ng serve
    
  5. Open your browser and navigate to LocalHost to view the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published