Skip to content

Commit fb83c83

Browse files
Update README.md
1 parent 24ac318 commit fb83c83

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,3 @@ Do not attempt stretch problems until MVP has been reached and a final commit ha
161161

162162
- Create a `removeItem` function that allows you to remove an item from your cart with a click of a button. This `removeItem` function should be able to be consumed from your `ShoppingCartItem` component.
163163
Remember each item has an `id` this will help out a lot while creating your removeItem function!
164-
165-
- Persist Cart Items using `localStorage`. (If you try this one, it will be a bit tricky to get our items to populate the shopping cart on a refresh. You'll have to think about where the data actually lives, and how you can get data there from localStorage when the app is being mounted after a refresh. Good luck!)
166-
167-
## Submission Format
168-
* [ ] Submit a Pull-Request to merge `<firstName-lastName>` Branch into `main` (student's Repo). **Please don't merge your own pull request**

0 commit comments

Comments
 (0)