MangaWorld is an online store for japanese comics that allows users to search or filter a list of comics, and add or remove comics from the shopping cart. The application uses a json-server for data management and JavaScript libraries.
Application link: manga-world-js.vercel.app
- Comics catalog: All available comics with options to filter by sort, by price and select categories.
-
Add/Remove comics: When a comic is added to the shopping cart, a notification will appear in the snackbar confirming the addition. It can be removed via an icon in the shopping cart.
-
Discounts on the total: Discounts based on the total amount in your shopping cart. Discounts are applied as follows: 30% off for totals over S/ 300, 15% off for totals over S/ 150 and no discount for totals below S/ 150.
-
Purchase status alerts: If the cart is empty an error alert will appear, otherwise the purchase is confirmed with a successful alert.