An open API service indexing awesome lists of open source software.

https://github.com/zevhys/quickcart-client

Quick and easy shopping cart
https://github.com/zevhys/quickcart-client

client css html javascript nodejs vue3 webpack

Last synced: 3 months ago
JSON representation

Quick and easy shopping cart

Awesome Lists containing this project

README

          

# quickcart-client

[![Author](http://img.shields.io/badge/author-@Zevhys-blue.svg)](https://www.linkedin.com/in/rakha-djauhari/) ![Created](https://img.shields.io/badge/Created-26--Nov--2024-blue.svg) ![GitHub repo size](https://img.shields.io/github/repo-size/Zevhys/quickCart-client) [![GitHub license](https://img.shields.io/github/license/Zevhys/quickCart-client)](https://github.com/Zevhys/quickCart-client/blob/main/LICENSE) [![Issues Welcome](https://img.shields.io/badge/issues-welcome-brightgreen.svg)](https://github.com/Zevhys/quickcart-client/issues) [![Pull Requests Welcome](https://img.shields.io/badge/pull%20requests-welcome-brightgreen.svg)](https://github.com/Zevhys/quickCart-client/pulls) ![CodeQL](https://img.shields.io/github/actions/workflow/status/Zevhys/quickCart-client/codeql.yml?label=CodeQL&logo=github) [![Stylelint](https://img.shields.io/github/actions/workflow/status/Zevhys/quickCart-client/stylelint.yml?label=Stylelint&logo=stylelint)](https://github.com/Zevhys/quickCart-client/actions/workflows/stylelint.yml) [![ESLint](https://img.shields.io/github/actions/workflow/status/Zevhys/quickCart-client/eslint.yml?label=ESLint&logo=eslint)](https://github.com/Zevhys/quickCart-client/actions/workflows/eslint.yml) ![Dependabot Status](https://img.shields.io/badge/dependabot-active-brightgreen?logo=dependabot)



Quick Cart is a simple tool that lets you easily turn any product display into a shopping cart. Seamless shopping, right out of the box. Quick Cart is a Vue.js component that makes adding a shopping cart to your app a breeze. Its intuitive interface and flexible customization options.

> [!NOTE]
> visit the Quick Cart Server repository, [Here](https://github.com/Zevhys/quickCart-server)

# Tech Stack

![HTML](https://img.shields.io/badge/HTML-E34F26?style=flat-square&logo=html5&logoColor=ffffff)
![CSS](https://img.shields.io/badge/CSS-1572B6?style=flat-square&logo=css3&logoColor=ffffff)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=000000)
![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=nodedotjs&logoColor=white)
![Vue.js](https://img.shields.io/badge/Vue.js-4FC08D?style=flat-square&logo=vuedotjs&logoColor=white)

# Requirements


# Clone Repository
git clone https://github.com/Zevhys/quickCart-client .

# Install Dependencies
npm install

# Run The Application
- npm run serve (hot-reloads development)
- npm run build (minifies production)

# Running ESLint & Style
- npx eslint .
- npx stylelint "**/*.{css,vue, html}"

# Contribution
Contributions are welcome! If you have suggestions for improvements or want to report an issue, feel free to open a pull request or create an issue. Thank you for helping to make this project better!