A Shopping List app coded in pure vanilla JavaScript — no frameworks, no libraries, just me, ES6, and a rapidly growing pile of console logs! Maybe next time you use your notes app as your grocery list, try me out :)
Please proceed with the following steps:
-
Clone the repository
git clone https://github.com/XynoCrest/ShoppingList
cd ShoppingList -
Open the Website
Double-click
index.htmlto open it in your default browser!
Everything you might expect from a Shopplist List ;)
| Feature | Description |
|---|---|
| Add Items | Add items to your shopping list. |
| Remove Items | Delete items once you have picked it up! |
| Edit Items | Click on already added items to enter Edit Mode. |
| Persistent Data | Uses local storage to persist your shopping list across browser reloads. |
| Duplicate Items | Checks for duplicate items! |