-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mp sm create new shopping list #22
Conversation
…to creatList function. Implemented saving the list to local storage and having the user be redirected to the listpage.
Visit the preview URL for this PR (updated for commit baec87d): https://tcl-76-smart-shopping-list--pr22-mp-sm-create-new-sho-2lg5igqc.web.app (expires Sun, 01 Sep 2024 17:32:45 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 512b1a88be8ae05fd3e727b99332819df760271d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! One non-blocking nitpick, but merge away!
Co-authored-by: Mindy Zwanziger <[email protected]>
Description
Related Issue
Acceptance Criteria
UI-related tasks:
Home
view displays a form that allows users to enter the name of a shopping list and then create a list with that name.label
element associated with itEnter
keyData-related tasks:
createList
function insrc/api/firebase.js
to create a new shopping list for the user.setListPath
function.List
view.Type of Changes
Updates
Testing Steps / QA Criteria