Skip to content

isaac-alexander/Angular-Ecommerce_Tutorial

Repository files navigation

AngularEcommerce

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

Live API Source

Products are fetched from:
[https://fakestoreapi.com]


Product Display

  • Products are displayed in cards with a title, image, price, and stock.

Shopping Cart

  • Users can add items to a cart.
  • Users can remove items from cart.
  • Total price updates automatically.

Getting Started

To run this project locally:

npm install
ng serve

Then visit http://localhost:4200/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published