MyStore is Angular 14 fake ecomarce application that allows users to view a list of available products to purchase, add them to a shopping cart, and ultimately complete the checkout process.
- angular material for styling
- flex layout for responsiveness
you can see the app live with GitHub servers
to run it in your local machine just run the follwoing command in your termenail
git clone https://github.com/ibram-reda/MyStore.git
cd MyStore
npm install
npm start
then you can Access the project in http://localhost:4200,
Note if your browser block the http request try the Incognito mode or try different browser
- Product list : show list of products
- Product details : show a details paged for each product
- Shopping cart : which includes the products that the user has added to their cart
- Chechout form : which collects information about the user (e.g., name, address, payment details, etc.)
- Order confirmation Page : which shows the outcome after the user completes the checkout process (i.e., submits the checkout form)
- Dark/light Mode : User Can easly switch between Dark/Light mode