A shopping list web app built with vanilla JavaScript, HTML, and CSS. Users can add, remove, filter, and update items in real time, with all data persisted in the browser using localStorage.
- HTML5
- CSS3
- Vanilla JavaScript (ES6+)
- localStorage API
- Netlify (for deployment)
You can view the live version above, or run it locally:
git clone https://github.com/ortizrodrigo/shopping-list-app.git
cd shopping-list-app