Create products cart feature that handles: - [x] showing count and price of each individual product [done in #16] - [x] summing up products prices and their amount [done in #16] - [x] keeping Cart state between app reloads [done in #16] - [ ] discount code - [x] making order (associate with payment feature) [done in #27, #61]
Create products cart feature that handles: