A simple e-commerce demo application built with Angular and Angular Material, consuming a public REST API.
It allows users to browse products, apply multiple filters, sort results, view product details and manage a basic shopping cart (no payment gateway implemented).
🔗 Live demo: https://tienda.josedavidhernandez.com
- Product listing from REST API
- Live search filter
- Category filters
- Sorting (A–Z, price, etc.)
- Product detail view
- Shopping cart management (Add, remove, pricing)
- Responsive layout with Angular Material
- Angular
- HTML / CSS
- TypeScript
- Angular Material
- RxJS
- REST API
npm install
ng serve