Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
React.js shopping cart
Rating: 4.2 out of 5(10 ratings)
68 students

React.js shopping cart

React.js shopping cart with context API and local storage from zero to hero.
Created byOdysseas kolas
Last updated 9/2020
English

What you'll learn

  • htm-css-javascript explaination of project
  • how to make the react shopping cart responsive
  • How to make a shopping cart with react
  • How to use context API with react
  • How to use locale storage to save data

Course content

10 sections24 lectures6h 40m total length
  • react.js shopping cart demo4:58

    Demonstrates a React.js shopping cart demo using local storage to persist items; shows product details, quantity adjustments, item deletion, and Context API state management in a responsive layout.

  • setup react11:49

    Set up a shopping cart app in React by installing and running the project, viewing products, adding items to the cart, and persisting state with local storage.

  • create all components14:44

    Build and wire multiple React components for a shopping cart, including product display and pricing, using a class-based component approach and integrating details across pages.

Requirements

  • A computer for sure is required
  • Html css and javascript at least a couple of things. (i will cover all the things with explanation)
  • Good mood for the project
  • It will be explanation from zero to hero.

Description

Hello everybody! In this course you will learn how to create an easy shopping cart with the top technology which is react.js. We are going to use html, css, javascript and react.js in order to complete this amazing project. We have many cool functionalities and i am sure that you will love this course because it will help you create different kind of projects. We use local storage for saving data and context API for  state management.

Who this course is for:

  • People who start the trip on react
  • People who has at least some knowledge about html-css-javascript but not idea about react
  • People who want to learn react
  • People who want to learn about saving data with localstorage in react