This is a piece of a futur Shop app (front-end only) made using Vue 3,
my new tool JavaScript for end of August 2024
- Open a terminal and paste these lines
git clone git@github.com:loickcherimont/my-eshop-vue.git
- Go in the project , fetch all dependencies and run it
cd my-eshop-vue
npm i
npm run dev
- Welcome on the main page
To run correctly this project, you'll a server use : Vite 5.3.1
This is a simple shopping cart app.
User can choose which product to bought and add it into the cart
or, remove one from the same cart.
Actually the cart is displayed by default.
Note
A better version with more features is coming... 🏗️
- Empty the cart with a button
- Move the cart in a new place
- Add filters
Developed by Loick Cherimont
Under MIT License
Last edition : 2024-08-27