This web page is a to-do application for shopping list.
Tools used : HTML, CSS, JavaScript
Expected Functions from this web app are as follows :
- Users can add new shopping item and quantity as a to-do list.
- Users can remove the item.
- Users can mark the item as done. The marked item moves to DONE table.
- Users can UNDO the item marked as DONE and take back to TO-DO table.