All Projects → TarikFojnica → react-moltin-ecommerce

TarikFojnica / react-moltin-ecommerce

Licence: other
[DEPRECIATED] React based Moltin API ecommerce implementation

Programming Languages

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

Projects that are alternatives of or similar to react-moltin-ecommerce

moltin-request
🎮 Minimal Elastic Path Commerce Cloud API request library for Node
Stars: ✭ 17 (-43.33%)
Mutual labels:  ecommerce, moltin
ios-sdk
Swift SDK for the Moltin eCommerce API
Stars: ✭ 35 (+16.67%)
Mutual labels:  ecommerce, moltin
billbee-php-sdk
🔌 The official Billbee API SDK for PHP 💻
Stars: ✭ 14 (-53.33%)
Mutual labels:  ecommerce
ecommerce
Laravel open source e-commerce system.
Stars: ✭ 209 (+596.67%)
Mutual labels:  ecommerce
WooCommerce-Plugin-Extension-Boilerplate
Plugin boilerplate to create extensions of WooCommerce
Stars: ✭ 16 (-46.67%)
Mutual labels:  ecommerce
blog
MageVision Blog
Stars: ✭ 23 (-23.33%)
Mutual labels:  ecommerce
AvaTax-REST-V2-PHP-SDK
Sales Tax API SDK for PHP and AvaTax REST
Stars: ✭ 42 (+40%)
Mutual labels:  ecommerce
php-client
🚀 Apisearch PHP Client
Stars: ✭ 26 (-13.33%)
Mutual labels:  ecommerce
material-design-collection-ecommerce
Material Desgin for Collection Ecommerce - React Native UI Theme. It helps you create the collection screen quickly and professionally. It's easy to customize and develop.
Stars: ✭ 27 (-10%)
Mutual labels:  ecommerce
awesome-ecommerce
Collect and develop Open Source or Free Projects for building ecommerce platform easy and fast and free
Stars: ✭ 39 (+30%)
Mutual labels:  ecommerce
svelte-credit-card
A svelte component to render a credit card 💳
Stars: ✭ 30 (+0%)
Mutual labels:  ecommerce
app-search-magento
A first party module to integrate Elastic App Search in Magento 2.
Stars: ✭ 25 (-16.67%)
Mutual labels:  ecommerce
next-ecommerce
A beautiful ecommerce made with Next.js
Stars: ✭ 184 (+513.33%)
Mutual labels:  ecommerce
magento2-product-visibillitygrid
Magento 2 module for determining if/when products are showing up in category
Stars: ✭ 33 (+10%)
Mutual labels:  ecommerce
ECommerceProjectWithWebAPI
.NET 5.0 Web API İle E-Ticaret Sitesi Yapımı MVC,Win Form,Angular ve Mobil
Stars: ✭ 35 (+16.67%)
Mutual labels:  ecommerce
woo-pakettikauppa
Pakettikauppa plugin for WooCommerce
Stars: ✭ 22 (-26.67%)
Mutual labels:  ecommerce
relic bazaar
A Retro Theme-based e-commerce app for antiques. #Hack20
Stars: ✭ 78 (+160%)
Mutual labels:  ecommerce
lokalkauf-frontend
lokalkauf is an easy to use online platform to set up local shops with an online shop, which allows them to supply their customers via a local delivery chain. This can keep businesses running, even in times of social distancing. This is the Angular frontend.
Stars: ✭ 20 (-33.33%)
Mutual labels:  ecommerce
django ecommerce
Scalable Django E-Commerce, perfect to start one new online shop project.
Stars: ✭ 25 (-16.67%)
Mutual labels:  ecommerce
track.js
🔍 Identify users and track interactions with Hanzo's native solution for web analytics.
Stars: ✭ 21 (-30%)
Mutual labels:  ecommerce

DEPRECIATED

The project is based on Moltin API v1 which was depreciated and shut down recently. Please use this repo as a reference only.

React Moltin Ecommerce is an app demonstrating the usage of Moltin Javascript API and React

How to run the app

  1. Make sure you have Create React App installed on your system
  2. Clone the repository
  3. cd react-moltin-ecommerce
  4. npm install
  5. Copy the public ID from your Moltin account and use it in src/vendor/config.js
  6. npm start

How to compile the SCSS

  1. cd src/styles
  2. sass --watch scss:css

The current setup will minify all of the assets including JS and CSS files.

How to build the project for production

  1. npm run build
  2. Deploy the /build directory

TODOS

  • Remove the unused CSS framework modules
  • Organize the SCSS modules better
  • Work on smaller screen optimization
  • Use arrow functions where possible
  • Improve the error handling
  • Adopt the Presentational and Container Components pattern
  • Display the correct <title> when browsing pages

Technologies

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].