MyStore is a single-page application built in Angular, that offers a rich, dynamic experience on the web. It presents a list of product which can be added to a cart then checkout. Bellow are all the functionality one can perform:
- View list of products.
- Add products to cart.
- View products in cart.
- Delete product from cart.
- Checkout products in cart.
- Calculate cart total in cart.
To install the dependencies for this project, run the following command:
npm install
On the same terminal, run the command
ng serve
#### Sample request:
Navigate to
http://localhost:4200/
The app will automatically reload if you change any of the source files.
## References
1. [Bootstrap 4 Documentation](https://getbootstrap.com/docs/4.1/getting-started/introduction/).
2. [Angular Documentation](https://angular.io/docs).