Skip to content

kateFrontend/redux-add-to-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux "Add-To-Cart" App

cover

View Demo Redux "Add-To-Cart" App

🦉 Main information

Add-to-cart functionality is essential to every e-commerce site, allowing visitors to select, reserve, and purchase a product or service.

Here shows the add-to-cart functionality using the example of ordering dishes in a restaurant.

The client can choose a dish and its quantity and order a dish by adding it to the cart. And the price changes automatically.

Built with React Redux and Redux Toolkit.

🦊 Useful links to study

⏲️ Run project

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

⚡ Setup

This project was bootstrapped with Create React App.

The following technologies and components were used in this project:

Install Create React app

npx create-react-app my-app
cd my-app
npm start

Install React Redux

npm install react react-redux

Install Redux Toolkit

npm install @reduxjs/toolkit