Alexandra Anghel
Alexandra Anghel
When the user taps the product image or product name, he should be redirected to that product's details page.
If a product has a discount, display the discounted (sale) price and the regular price.
Add unit tests with Jest for reducers, actions and components.
The cached products, categories, variations and reviews should have an expiration date, ensuring that they will be removed from the browser's local storage. This will prevent issues with stale data...
On the categories screen, display only root categories. For each category page, display subcategories (if they exist) and products.