From c843ca86affa550e0d0da13b5c92257b931b1438 Mon Sep 17 00:00:00 2001 From: Sanjeev yadav Date: Sat, 1 Jun 2019 21:47:15 +0530 Subject: [PATCH 1/2] Updated Readme file Added Magecart, an ecommerce app written for Magento 2 CMS Added React native boiler plate cod "arcn" --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e0590b0..2cf734e 100644 --- a/README.md +++ b/README.md @@ -474,9 +474,12 @@ Made with [Typescript](https://github.com/Microsoft/TypeScript-React-Native-Star [Tone Tracker](https://github.com/charliemcg/ToneTrackerRN) - This app allows users to track the life span of their guitar strings. +[MageCart](https://github.com/alexakasanjeev/magento_react_native) - Magento 2 API based Ecommerce app, that helps you view products and place order. + This list is curated by [Gant Laborde](https://twitter.com/gantlaborde), Chief Technology Strategist of [Infinite Red](https://infinite.red/react-native). ### Boilerplate React Native Apps [Context API Demo](https://github.com/ToJen/react_native_context_demo) - A simple app showing how Context API can be used in React Native by authenticating users. [Expo](https://expo.io/tools) and [React Navigation](https://reactnavigation.org/) were used for this. This is great for hackathons or quick projects! +[arcn](https://github.com/alexakasanjeev/arcn) React native boiler plate code based on Atomic design, implements react navigation, redux, redux-saga and storybook From 5da6bfbb945577f8460a92e2f5902647b842be63 Mon Sep 17 00:00:00 2001 From: Sanjeev yadav Date: Sun, 2 Jun 2019 08:18:29 +0530 Subject: [PATCH 2/2] Added better description for MageCart Updated the description for MageCart to be more extensive ARcN was appearing on the same line as Context API Demo, so moved it to a new line. Thank you so much for accepting my contribution. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cf734e..83ee99e 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,7 @@ Made with [Typescript](https://github.com/Microsoft/TypeScript-React-Native-Star [Tone Tracker](https://github.com/charliemcg/ToneTrackerRN) - This app allows users to track the life span of their guitar strings. -[MageCart](https://github.com/alexakasanjeev/magento_react_native) - Magento 2 API based Ecommerce app, that helps you view products and place order. +[MageCart](https://github.com/alexakasanjeev/magento_react_native) - MageCart is an e-commerce app for Magento 2.1 onwards. It consumes Magento 2 REST API to display catalog, products, add products to cart and let you place order This list is curated by [Gant Laborde](https://twitter.com/gantlaborde), Chief Technology Strategist of [Infinite Red](https://infinite.red/react-native). @@ -482,4 +482,5 @@ This list is curated by [Gant Laborde](https://twitter.com/gantlaborde), Chief T ### Boilerplate React Native Apps [Context API Demo](https://github.com/ToJen/react_native_context_demo) - A simple app showing how Context API can be used in React Native by authenticating users. [Expo](https://expo.io/tools) and [React Navigation](https://reactnavigation.org/) were used for this. This is great for hackathons or quick projects! -[arcn](https://github.com/alexakasanjeev/arcn) React native boiler plate code based on Atomic design, implements react navigation, redux, redux-saga and storybook + +[ARcN](https://github.com/alexakasanjeev/arcn) React native boiler plate code based on [Atomic design](http://bradfrost.com/blog/post/atomic-web-design/), implements react navigation, redux, redux-saga and storybook