Skip to content

larascremin/grocery-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛒 GROCERY LIST

This program is an online grocery list! In it, you can write down all your items, count them,
and mark them as you pick them up at the store, it's a simple but very useful program.

See the program here -> https://my-grocerylist.vercel.app/

FEATURES

🍪 Cookies: I used React functions for data storage to enhance the user experience;
🔎 Filtering: I used hooks, such as useMemo for the operation of the filters;
💬 Null Value: Prevention of empty user inputs in the add item field of the list;