Example shopping cart application for learning redux and redux toolkit. Goes along with the egghead course Modern Redux with Redux Toolkit (RTK) and TypeScript.
Checkout the code base and then type:
npm install
npm run dev
The lessons/
folder contains a unique folder for each lesson including a README with a description of that lesson and any files that were modified as part of that lesson.
The final state of the application can also be found in the final
branch.