From b8092f8f293649f3e1ae08e707d1680047fe60eb Mon Sep 17 00:00:00 2001 From: Rushi Jagani Date: Sun, 18 Oct 2020 12:38:09 +0530 Subject: [PATCH] Added an Example Project for Beginners This converter app that I have created is able to convert the Binary to Decimal & Binary to Decimal both the conversions. --- Projects/1-Beginner/Bin2Dec-App.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/1-Beginner/Bin2Dec-App.md b/Projects/1-Beginner/Bin2Dec-App.md index 9bb4503f..71d68d8a 100644 --- a/Projects/1-Beginner/Bin2Dec-App.md +++ b/Projects/1-Beginner/Bin2Dec-App.md @@ -38,6 +38,7 @@ 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) +- [Bin2Dec | Dec2Bin converter using React](https://github.com/rushijagani/binary-to-decimal) - [Binary to Decimal converter using React](https://github.com/email2vimalraj/Bin2Dec) - [Binary to Decimal converter with plain html, js and css](https://grfreire.github.io/Bin2Dec/) - [Binary to Decimal converter using Flutter & Dart](https://github.com/israelss/AppIdeasCollection/tree/master/Tier1/Bin2Dec)