Authored by Sn0wF1re
This is the frontend for the Webshop project, built using Vue.js. The project includes a a products display, a product information view, a shopping cart feature where users can add products with specific variations (color and size) and update quantities, and checkout.
- Clone the repository
git clone https://github.com/Sn0wF1re/webshop.git
- Navigate to the project directory:
cd webshop
- Install dependencies:
npm install
- To run a local development server with hot module replacement:
npm run dev
- To minify your code:
npm run build
- For linting:
npm run lint
Open your browser and navigate to http://localhost:5173 to see the application in action.
The project uses native CSS for styling.
Contributions are welcome! Please open an issue or submit a pull request.