SmartShopper
is a React-based app that helps users manage their grocery lists. With features like adding and removing items, marking completed items, and utilizing local storage
for persistence, it provides a user-friendly experience.
JavaScript
: The foundational programming language for creating responsive and interactive features.React
: The powerful JavaScript library used to build the project:-
useState
The React hook used to manage state.
nanoid
: The library used for generating unique IDs, enhancing data handling and management within the project.react-toastify
: The library that providestoast notifications
for alerts during list interactions.