From 5940fe06f8e98ed37c038b9d39fd1de03856b8c4 Mon Sep 17 00:00:00 2001 From: VimalRaj Selvam Date: Fri, 19 Apr 2019 23:18:04 +0800 Subject: [PATCH] Added react example --- Projects/Bin2Dec-App.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/Bin2Dec-App.md b/Projects/Bin2Dec-App.md index f92dcb73..c43c76f1 100644 --- a/Projects/Bin2Dec-App.md +++ b/Projects/Bin2Dec-App.md @@ -38,3 +38,4 @@ constraints: Try not to view this until you've developed your own solution: - [Binary to decimal conversion program for beginners](https://www.youtube.com/watch?v=YMIALQE26KQ) +- [Binary to Decimal converter using React](https://github.com/email2vimalraj/Bin2Dec) - [Demo](https://lrkm139qwl.codesandbox.io/)