This is an e-commerce application built using Angular components. It fetches product data from a public API and allows users to:
- Add/remove items from a cart
- See total price
- See items left and out of stock
- Angular
- TypeScript
- HTML & SCSS
- DummyJSON API for product data
Products are fetched from:
[https://fakestoreapi.com]
- Products are displayed in cards with a title, image, price, and stock.
- Users can add items to a cart.
- Users can remove items from cart.
- Total price updates automatically.
To run this project locally:
npm install
ng serve
Then visit http://localhost:4200/