This project was generated with Angular CLI version 14.2.5.
Run npm install to generate angular CLI project with all dependencies.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate service|module.
Run ng test to execute the unit tests via Karma.
MyStore Project have a product List component it show all products with some details as(image,price,description).
User can Select more than one product with quantity that he choose and add all of the to his Cart.
Cart component show all of products with details and quantity of each product that user Select, and compute the Total Price of All order.
Confirmation Component show a form for user to take from user his name and address and CardNumber with some validation.
checkOrder component show to user the success of submition of all order.