This is a simple checkout app created using Angular by Javed Bartlett.
The purpose of this project was to create an application that prints out the receipt details for predefined shopping baskets.
- Install dependencies
npm install
- Serve app
ng serve
To view the application, navigate to http://localhost:4200/
.
-
Navigate to cart view by clicking the cart icon at the top right of the page.
-
Choose a predefined basket
-
Click checkout
Run ng test
to execute the unit tests via Karma
Note - I would've had a lot more test coverage on a live application.