Skip to content

Instantly share code, notes, and snippets.

@Toinne
Created February 22, 2020 17:56
Show Gist options
  • Save Toinne/1304336e87a68658fe800e72980558e4 to your computer and use it in GitHub Desktop.
Save Toinne/1304336e87a68658fe800e72980558e4 to your computer and use it in GitHub Desktop.

Shopping cart

Getting started

Navigate to the project director

cd week-4-project

Install the required tools for React development with Create React App.

npx create-react-app shopping_cart

User stories

As a/n ... I can ... so that ...
... customer ... view products ... I can look for the item I need
... customer ... add products to my shopping cart ... I can for them at a later date
... customer ... remove product from the shopping cart ... I can remove products that are no longer wanted
... customer ... see the total cost of my shopping cart ... I can keep my budget in balance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment