React and Redux Toolkit Cart app - Add products in Cart, calculate bill and Apply Offers (good learning resource for redux toolkit)
Features:
- Used Redux Toolkit having a different slices for products and cart
- Used Tailwind CSS and hence didn't write even a single line of custom CSS
- Coding Good Practices and Folder Structure was used
- Timely Commits and Good Commit messages
Deployed here: https://product-cart-tanmay.onrender.com/ Admin panel: https://product-cart-tanmay.onrender.com/admin
Objective:
Create a React and Redux application
Task
1. Write an application that can receive a selection of below products and calculate the bill.
2. The bill should include
a. Subtotal before special offer
b. Special offers applied and their individual saving
c. Final total with savings applied