/my-store

Primary LanguageTypeScript

MyStore

Nicole Moyo (Facilitated by Udacity - Fullstack Javascript Developer Certification)

This project is an e-commerce application built using Angular. The application consumes an API called DummyJSON (found here: https://dummyjson.com/), which provides mockup data on products.

Functionalities

  • View list of products
  • View more details about a product
  • Add products to a cart
  • Remove products from the cart
  • Checkout and view order details

MyStore3

Getting Started

Upon cloning the repository, run npm install to install node dependencies

npm install

Running the application

Run ng serve for a dev server.

ng serve

Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.