SOEN287 Group Project
Team Members: Annika Timermanis 40131128 Jahrel Stewart 40115728 Axel Solano 40046154 Phuong Anh Trinh 40069870 Charles-Antoine 40063098 Osama Hussein 24537793
This project is now a static site. Open index.html from GitHub Pages, or run a local static server:
python3 -m http.server 8000Then visit http://localhost:8000/index.html.
Cart, sign-up/login, checkout orders, and admin edits are stored in browser localStorage. The XML files remain as seed data because GitHub Pages cannot run PHP sessions or write server-side files.