/my-eshop-vue

This is a piece of a futur Shop app made by Vue 3.

Primary LanguageVueMIT LicenseMIT

MyEshop_Vue

Preview

ℹ️ About

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

🔧 Tools

📥 Setup for contributions

  1. Open a terminal and paste these lines
git clone git@github.com:loickcherimont/my-eshop-vue.git
  1. Go in the project , fetch all dependencies and run it
cd my-eshop-vue
npm i
npm run dev
  1. Welcome on the main page

⚠️ Prerequisites

To run correctly this project, you'll a server use : Vite 5.3.1

🤔 How does it run ?

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... 🏗️

🧪 Features

  • Empty the cart with a button
  • Move the cart in a new place
  • Add filters

🔑 License

Developed by Loick Cherimont

Under MIT License

Last edition : 2024-08-27