Skip to content

A React e-shop using Redux to provide a single source of app state to all components.

Notifications You must be signed in to change notification settings

vpcom/redux-shop

Repository files navigation

Redux-shop

Dummy e-shop demonstrating Redux

Product Catalog Shopping Cart

Setup steps

Git initialization

git init
git remote add origin https://github.com/vpcom/redux-shop.git
git remote set-url origin https://github.com/vpcom/redux-shop.git
git remote -v

Install dependencies

npm install redux @reduxjs/toolkit react-redux react-router-dom axios
npm install --save-dev eslint prettier
npm install redux-persist
npm install lucide-react

About

A React e-shop using Redux to provide a single source of app state to all components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages