From the course: Build Modern Web Apps with React, Hooks, State Management, and APIs Using Vite or Next.js

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Project overview

Project overview

I am very excited and you should also be because we are going to start a very close real-world application project and using the latest tech stack which is Redux Toolkit as well as Tanstack Query. We are going to build a shopping cart application with Redux Toolkit and Tanstack Query. Let's discuss the overview of our project in this video. Our application will be a shopping cart application where we can see list of products and we can add them to cart. The features that we are going to build are specific to the listing of all the products where we can show all the products on the page. The user can add, remove the items into their carts. The cart will automatically calculate the total pricing as soon as the user add or remove an item. The products will be fetched from an API that we have created for this specific project. And with that project and with that product API, we are going to display all the products. The tools for making this project are, we are going to use Redux toolkit…

Contents