Skip to content

ahmedsamirdev/redux-toolkit-advanced

Repository files navigation

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).