Skip to content

Frontend for a hypothetical store built with Angular

Notifications You must be signed in to change notification settings

srijan-nayak/my-store

Repository files navigation

MyStore

A frontend for a hypothetical store built with Angular.

Running the project

Run the following commands to clone and run the project

git clone https://github.com/srijan-nayak/my-store.git
cd my-store

yarn
# or
npm i

yarn start
# or
npm start

The app will be visible on localhost:4200.

Features

Products list page

products list page

  • See list of available products
  • Click on the name of a product to navigate to its details page

Product details page

product details page

  • See all the details for a particular product
  • Add the product to cart through a template driven form

Cart page

cart page

  • Delete or change quantity of items in cart
  • Check cart total
  • Template driven checkout form with validation

Order placed confirmation page

order placed page

  • See a confirmation for placing the order after submitting the checkout form

About

Frontend for a hypothetical store built with Angular

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published