From 5afe18f0d2347e9494dd8f4f639f87b56fa09ee4 Mon Sep 17 00:00:00 2001 From: Jefferson Ribeiro Date: Tue, 12 Jun 2018 22:54:51 -0300 Subject: [PATCH] Add shopping cart demo added to examples (#924) * Shopping cart application * Typo * Replaced demo link for Github repository * tweak wording to kick CI * Description change to kick CI --- content/community/examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/community/examples.md b/content/community/examples.md index 1479526f..1c72d7f5 100644 --- a/content/community/examples.md +++ b/content/community/examples.md @@ -15,6 +15,7 @@ There are many example projects created by the React community. Feel free to add * **[K5 Playground](https://playground.cloud.global.fujitsu.com):** Sample applications for React.js and Flux. * **[React Powered Hacker News Client](https://github.com/insin/react-hn)** A React & react-router-powered implementation of Hacker News using its Firebase API. * **[Pokedex](https://github.com/alik0211/pokedex)** The list of Pokémon with live search +* **[Shopping Cart](https://github.com/jeffersonRibeiro/react-shopping-cart)** Simple ecommerce cart application built using React * **[Progressive Web Tetris](https://github.com/skidding/flatris)** Besides a beautiful, mobile-friendly implementation of Tetris, this project is a playground for integrating and experimenting with web technologies. * **[Product Comparison Page](https://github.com/Rhymond/product-compare-react)** Simple Product Compare page built in React * **[Hacker News Clone React/GraphQL](https://github.com/clintonwoo/hackernews-react-graphql)** Hacker News clone rewritten with universal JavaScript, using React and GraphQL.