Click here for live demo FakeStore
FakeStore is my process of learning the Angular framework. It is still under development but already has working functionality that I will expand while learning Angular- The user can see all the products
- The user can see detailed description of the product
- The user can add the products to cart (it stays in localstorage)
- The user can see the cart
- The cart will calculate the total cost of the items in it
- The user can confirm the purchase if there is at least one product in the cart, but it will be sent to the void!
I am using the my-json-server and my fakeStoreAPI to get product list.