Skip to content

This is a simple shopping cart application built using React and Redux Toolkit.

Notifications You must be signed in to change notification settings

SimAndrew/shopping-cart-rt-reactjs

Repository files navigation

Shopping Cart Redux Toolkit

About the Project:

This is a simple shopping cart application built using React and Redux Toolkit. The application allows users to add products to their cart, view the cart contents, and remove items from the cart. The state management is handled using Redux Toolkit, which simplifies the process of managing the application's state.

Sample task, photo:

image

image

Technologies, Libraries:

  • React JS

  • Vite JS, ESLint, Prettier

  • https://redux-toolkit.js.org/tutorials/quick-start Redux Toolkit is used for writing redux code but in a more concise way. Redux Toolkit (RTK) solves problems that most of the developer’s face who used redux in a react application. RTK abstracts the basic redux code and provides us boilerplates that enable us to write redux code in less lines of code

  • https://heroicons.com Heroicons is a set of free MIT-licensed high-quality SVG icons for you to use in your web projects. You can use them in your web projects, whether it’s a commercial project or not.

  • https://axios-http.com/docs/intro Axios is a popular, promise-based JavaScript library for making HTTP requests from browsers or Node.js, simplifying tasks like fetching data from APIs with methods like GET, POST, and DELETE. It offers features like interceptors, automatic JSON transformation, and better error handling, making asynchronous network operations cleaner and more efficient than native browser APIs.

Run the app:

  • Clone a project: git clone
git clone https://github.com/SimAndrew/shopping-cart-rt-reactjs.git
  • Open project code in your editor.
  • Install the dependencies, enter into the terminal:
npm install
  • Run the project, enter into the terminal:
npm run dev

About

This is a simple shopping cart application built using React and Redux Toolkit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published