-- Simple E-commerce application
E-commerce application using angular framework. In this application, angular fundamentals where used to create and E-commerce application where you can
- Add items to cart
- Remove items from cart
- Checkout your order
- Return back and make another order.
Project consist of main page where products are listed, cart page, product details page, confirmation page. I have used services to handle communication between different components and used @Input and @Output to communicate between parent-chiled relationship components. I have used angular routing to navigate between pages in this single page application.