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 Vue 3, Pinia, and Vite liquor store app with login. Products are loaded via JSON Server from an external .json file. Users can log in, browse items, add to cart, apply discounts, and confirm purchases. Includes credential handling.
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.