aboutsummaryrefslogtreecommitdiff
path: root/client/src/store/index.js
Commit message (Expand)AuthorAgeFilesLines
* Added Orders page for users to see their purchases.Mateja2021-07-301-1/+18
* Fully implement client-side login system...Mateja2021-07-291-1/+43
* Add API endpoint for paid orders.Mateja2021-07-271-2/+2
* Show modal and clear cart on successfully purchase.Mateja2021-07-271-0/+3
* Move transaction requests to Vuex.Mateja2021-07-271-0/+16
* Allow product removal on Checkout page.Mateja2021-07-251-2/+2
* Product page shows amount of product in cart.Mateja2021-07-251-5/+36
* Sort cart in getter.Mateja2021-07-251-1/+1
* Boilerplate checkout cart.Mateja2021-07-251-1/+27
* Fetch products inside Vuex and display them using `ProductCard`Mateja2021-07-241-1/+16
* Added frontend boilerplate...Mateja2021-07-081-0/+12