/udacity-my-store

Front end for a store written in Angular.

Primary LanguageTypeScript

My Store

Setup and install

After cloning the repo, go into the repos root directory and run npm install. Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Components

  • The product-list component is how all of the products are shown on the main page.
    • This component has a child, product-item.
  • The product-detail component is what the user sees when a product is clicked.
  • The cart component handles all of the transactional functionality.