All Projects → krzysu → Reactjs Shopping Cart

krzysu / Reactjs Shopping Cart

example of shopping cart implemented in react.js and redux.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Reactjs Shopping Cart

Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+652.29%)
Mutual labels:  ecommerce, shopping-cart
Module Shop Mini Program
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 89 (-41.83%)
Mutual labels:  ecommerce, shopping-cart
Android Shoppingcart
An implementation of android shopping cart library project for Android
Stars: ✭ 77 (-49.67%)
Mutual labels:  ecommerce, shopping-cart
Ecommerce Codeigniter Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 788 (+415.03%)
Mutual labels:  ecommerce, shopping-cart
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+1055.56%)
Mutual labels:  ecommerce, shopping-cart
Snipcart Jekyll
Demo for a Snipcart powered e-commerce store built with Jekyll
Stars: ✭ 48 (-68.63%)
Mutual labels:  ecommerce, shopping-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 (-43.14%)
Mutual labels:  ecommerce, shopping-cart
Ecommerce Open Api
果酱小店:基于 Laravel + swoole + 小程序的开源电商系统,优雅与性能兼顾 : )
Stars: ✭ 546 (+256.86%)
Mutual labels:  ecommerce, shopping-cart
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+1438.56%)
Mutual labels:  ecommerce, shopping-cart
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+926.14%)
Mutual labels:  ecommerce, shopping-cart
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+4212.42%)
Mutual labels:  ecommerce, shopping-cart
Vue Shoppingcart
ShoppingCart (Ecommerce) 🛒 Application using Vuejs, + Node.js + Express + MongoDB 🚀🤘
Stars: ✭ 141 (-7.84%)
Mutual labels:  ecommerce, shopping-cart
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+4362.09%)
Mutual labels:  ecommerce, shopping-cart
Gogrocery
Its an eCommerce app inspired from Amazon , big Basket , grofers ,grocery app , Etc
Stars: ✭ 62 (-59.48%)
Mutual labels:  ecommerce, shopping-cart
Yupe
Yupe! is an open source Yiiframework-based online e-commerce solution. Demo https://demo.yupe.ru/
Stars: ✭ 596 (+289.54%)
Mutual labels:  ecommerce, shopping-cart
Laravel Ecommerce Iyzico
Iyzico intigrated e-Commerce system that could be developed easily in simple level.
Stars: ✭ 81 (-47.06%)
Mutual labels:  ecommerce, shopping-cart
Wellcommerce
Open-source E-Commerce software
Stars: ✭ 499 (+226.14%)
Mutual labels:  ecommerce, shopping-cart
Angular Commerce
Angular components for scaffolding online store
Stars: ✭ 526 (+243.79%)
Mutual labels:  ecommerce, shopping-cart
Ecommerce Laravel Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 99 (-35.29%)
Mutual labels:  ecommerce, shopping-cart
React Shopping Cart
🛍️ Simple ecommerce cart application built with React Redux
Stars: ✭ 1,808 (+1081.7%)
Mutual labels:  ecommerce, shopping-cart

react.js shopping cart

example of shopping cart implemented in react.js and redux.js

for demo click here

getting started

install dependencies and start local dev server

npm install
npm start

details

  • build with create react app. Check their page for more details.
  • this example is using redux.js for application state management, to learn more about it I recommend this tutorial.
  • you can look under the hood directly from your browser using redux devtools. Install extension for your browser, open demo page (link above) and see how app state changes when you interact with it.
  • if you wonder why reducers, actions and selectors are all in one file inside folder called ducks, read more here.

TODO

  • add reducers and selectors unit tests

author: Kris Urbas @krzysu
licence: 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].