Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A simple shopping cart app to demostrate the use of React custom hooks

NotificationsYou must be signed in to change notification settings

samhoooo/shopping-cart

Repository files navigation

A sample React shopping cart web app demo with custom hooks

React

Introduction

image

A simple web app that allows a user to add supermarket items to a basket and remove items from the basket.The app automatically calculate and display the costs of the items, and the total amount to pay.

The shop needs to allow the user to add these items to the basket:Face Masks (£2.50 each)Toilet Paper (65p per roll)

Getting started

In the project directory, you can run:

npm start

Runs the app in the development mode.
Openhttp://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section aboutrunning tests for more information.

npm run build

Builds the app for production to thebuild folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Custom Hooks Usage

  • useAddItem.tsx - Add an item to basket
  • useCart.tsx - Get cart items
  • useRemoveItem.tsx - Remove an item from basket

[8]ページ先頭

©2009-2025 Movatter.jp