Skip to content

sajjathossain/ng-products

Repository files navigation

NG Products

About the project

This project is a simple application that allows you to manage your products. It uses RxDB to store the data and Angular to render the UI. The UI is built using daisyUI. The application is designed to be responsive and adapts to different screen sizes. It uses @tanstack/table and @tanstack/virtual to render the data in a flexible and efficient way. It also uses ngx-sonner for notifications and alerts.

Getting Started

Prerequisites

  • Node
  • NPM

Installation

  1. Clone the repo
    git clone [email protected]:sajjathossain/ng-products.git
  2. Install NPM packages
    npm install

Usage

  • Run your local dev server
    npm start

Technologies