beverly-m / my-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 61.5%Language:CSS 23.6%Language:HTML 14.9%