You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A web application built with Vue 3, Pinia, and Vite, simulating a liquor store where users can browse products, add them to a shopping cart, apply a discount, and confirm their order. This is an adapted version of an original project that used external .json files and API-style data fetching. In this version, all data is handled locally.