From 6d67837c6cd64907c4bbcee58cf100f79bd3f536 Mon Sep 17 00:00:00 2001 From: Brent Mulligan Date: Sat, 15 Feb 2020 14:44:40 -0500 Subject: [PATCH] Remove dead link --- content/community/examples.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/community/examples.md b/content/community/examples.md index 77ef0619e05..3a5ccaa6781 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