costh / redux-toolkit-training

A basic redux shopping cart example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux Shopping Cart

Example shopping cart application for learning redux and redux toolkit. Goes along with the egghead course Modern Redux with Redux Toolkit (RTK) and TypeScript.

Setup

Checkout the code base and then type:

npm install
npm run dev

Lessons

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.

Technologies

About

A basic redux shopping cart example


Languages

Language:TypeScript 96.6%Language:CSS 2.8%Language:HTML 0.6%