Skip to content

ibram-reda/MyStore

Repository files navigation

MyStor

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.

3rd party liberaries

how to run

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

Features

  1. Product list : show list of products
  2. Product details : show a details paged for each product
  3. Shopping cart : which includes the products that the user has added to their cart
  4. Chechout form : which collects information about the user (e.g., name, address, payment details, etc.)
  5. Order confirmation Page : which shows the outcome after the user completes the checkout process (i.e., submits the checkout form)
  6. Dark/light Mode : User Can easly switch between Dark/Light mode

About

Fake e-commerce application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published