Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 385 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 385 Bytes

Advanced use of Redux Toolkit

Features:

  • Add & Remove from cart .
  • Increment & Decrement items from cart.
  • Toggle appearance of cart.
  • Fetch cart items when app first loads.
  • Dispatch items to database when update cart.
  • Show notification with success or failed updating cart contents.

Tech:

  • ReactJs.
  • NextJs.
  • Redux Toolkit.
  • Firebase (Realtime Database).