Where data is stored
Tracked course IDs are stored locally in your browser (localStorage.favorites). Removing or clearing updates this list.
Export
Export generates JSON by matching your stored IDs with the course catalog from catalog.json.
Add to cart
Adds the item to localStorage.cart with quantity tracking.