Complete grocery list with share, print, add to store, voice add, manual entry#3
Open
ShrutikaSingh wants to merge 32 commits intoisi-usc-edu:mainfrom
Open
Complete grocery list with share, print, add to store, voice add, manual entry#3ShrutikaSingh wants to merge 32 commits intoisi-usc-edu:mainfrom
ShrutikaSingh wants to merge 32 commits intoisi-usc-edu:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The app is deployed at https://651107d5e678fa4a7da8b936--jade-choux-012a7d.netlify.app/
The app has the functionality to display grcoerylist, add new item via textual entry or voice record, print store, share grocery list via email, manage account, logout
Login via username, it stores the username in local storage
Displays different products with name, description image , price etc
Voice Feature to record and add product, matches the products if its already present or not, if not then its add new product
In figure above, noodles got added on voice record
Manual Entry Feature to add products
Table for Store on adding new product the store items update and shows products in table format
On click of carticon on top, its takes to store
Share icon to share auto populated products list email anyone
Print the store
Manage Account to see the username with option to delete username
Logout functionality

The red logout icon at the right of app is used to logout