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.
- Node
- NPM
- Clone the repo
git clone [email protected]:sajjathossain/ng-products.git
- Install NPM packages
npm install
- Run your local dev server
npm start