From 5af5fba65a7e9570a4d00c85d8a17b6cdc166bb6 Mon Sep 17 00:00:00 2001 From: Brent Mulligan Date: Sun, 16 Feb 2020 10:56:02 -0500 Subject: [PATCH] Remove dead link (#2743) --- content/community/examples.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/community/examples.md b/content/community/examples.md index 77ef0619..3a5ccaa6 100644 --- a/content/community/examples.md +++ b/content/community/examples.md @@ -12,7 +12,6 @@ There are many example projects created by the React community. Feel free to add * **[Zeldog](https://yannsainty.github.io/Zeldog/)** A Zelda like game with a dog fighting ducks and more to eat pizza ! * **[Calculator](https://github.com/ahfarmer/calculator)** Implementation of the iOS calculator built in React * **[Emoji Search](https://github.com/ahfarmer/emoji-search)** Simple React app for searching emoji -* **[GitHub Battle App](https://tm.dev/react-course-project/)** Battle two GitHub users and see the most popular Github projects for any language. * **[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 e-commerce cart application built using React