All Projects → devconcept → ng-shopping-cart

devconcept / ng-shopping-cart

Licence: MIT license
🛒 An Angular component library to create shopping carts

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ng-shopping-cart

storefront-app
Storefront by Fleetbase is an open source hyperlocal shopping or services app. Enables users to quickly launch their own shop or service booking app or setup a multi-vendor marketplace.
Stars: ✭ 40 (-13.04%)
Mutual labels:  ecommerce, shopping-cart, shop, cart
Ecommwar
A leaderboard of the top open-source e-commerce platforms. Promoting the bests for building reliable stores.
Stars: ✭ 203 (+341.3%)
Mutual labels:  ecommerce, shopping-cart, shop, cart
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+3313.04%)
Mutual labels:  ecommerce, shopping-cart, shop, shopping-cart-solution
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+3743.48%)
Mutual labels:  ecommerce, shopping-cart, shop, cart
Arastta
Solid, Free, Open Source, Community Driven eCommerce
Stars: ✭ 251 (+445.65%)
Mutual labels:  ecommerce, shopping-cart, shop, cart
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+5017.39%)
Mutual labels:  ecommerce, shopping-cart, shop, cart
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+14741.3%)
Mutual labels:  ecommerce, shopping-cart, shop, cart
mytek
Django e-commerce web application with advanced features
Stars: ✭ 27 (-41.3%)
Mutual labels:  ecommerce, shopping-cart, shop, cart
Smartstorenet
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 2,363 (+5036.96%)
Mutual labels:  ecommerce, shop, cart
Laravel Ecommerce Iyzico
Iyzico intigrated e-Commerce system that could be developed easily in simple level.
Stars: ✭ 81 (+76.09%)
Mutual labels:  ecommerce, shopping-cart, cart
Ryal
🏵 An e-commerce library for elixir; just to save you some pain, we're still in construction, so star us instead or donate!
Stars: ✭ 87 (+89.13%)
Mutual labels:  ecommerce, shopping-cart, shop
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+2402.17%)
Mutual labels:  ecommerce, shopping-cart, cart
Gogrocery
Its an eCommerce app inspired from Amazon , big Basket , grofers ,grocery app , Etc
Stars: ✭ 62 (+34.78%)
Mutual labels:  ecommerce, shopping-cart, cart
Smartstore
Open Source ASP.NET Core Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 82 (+78.26%)
Mutual labels:  ecommerce, shop, cart
Lashop
Simple shop based on Laravel 7.3
Stars: ✭ 60 (+30.43%)
Mutual labels:  ecommerce, shop, cart
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+14243.48%)
Mutual labels:  ecommerce, shopping-cart, shop
Module Shop Mini Program
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 89 (+93.48%)
Mutual labels:  ecommerce, shopping-cart, shop
Vc Storefront
VirtoCommerce Storefront for ASP.NET Core 3.1 repository
Stars: ✭ 122 (+165.22%)
Mutual labels:  ecommerce, shop, cart
Yupe
Yupe! is an open source Yiiframework-based online e-commerce solution. Demo https://demo.yupe.ru/
Stars: ✭ 596 (+1195.65%)
Mutual labels:  ecommerce, shopping-cart, shop
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+31900%)
Mutual labels:  ecommerce, shop, cart

NgShoppingCart

Shopping cart

Build status Code coverage Npm version

An Angular component library to create shopping carts. Based on it's predecessor for Angular.js with tons of improvements.

Features

  • Generic and abstract services to manipulate cart items however you want
  • Several components to add items, checkout or view a summary of the cart
  • A component to display items arranged in a grid for your e-commerce application
  • Easily replace the item component used to display items on the grid
  • Any object data structure for cart items
  • Simple module configuration
  • Different currency formats for the whole app or a single component
  • Internationalization support
  • Easy styling of one or all components of the same type
  • Support for CSS Preprocessors to customize styles with variables

This library is compatible with Angular version >=5

Installation

Using npm

npm install ng-shopping-cart --save

or yarn

yarn add ng-shopping-cart

Documentation

Documentation is available at http://devconcept.github.io/ng-shopping-cart/

Dgeni is used to automatically generate documentation from the source code.

If you spot an error please consider reporting it.

Demo

You can find a demo of the library in the url http://devconcept.github.io/ng-shopping-cart/demo/.

The demo is also available if you:

  • Clone the repository
  • Install it's dependencies with npm install
  • Run npm start or ng run demo

Upcoming features

  • Less and stylus support

  • Aria enabled components

  • Support for object keys in cart items

  • Built-in service for storing cart items in a remote server

  • Stripe checkout support

  • Enhanced PayPal support

  • Flexbox and CSS grid support

  • Reactive components?

Ideas and suggestions are always welcome. You can also contribute. Check the contribution guidelines.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].