From 9ce9656b81ed3c3d82caa4acd3f0cdd4afdd769b Mon Sep 17 00:00:00 2001 From: Geoffrey Couten Date: Fri, 10 Apr 2020 09:41:27 +0200 Subject: [PATCH] Adding my contribution to Bin2Dec example projects --- 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 a9f38299..af241c4e 100644 --- a/Projects/1-Beginner/Bin2Dec-App.md +++ b/Projects/1-Beginner/Bin2Dec-App.md @@ -42,3 +42,4 @@ Try not to view this until you've developed your own solution: - [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) - [Live preview built with Flutter for Web](https://bin2dec.web.app/#/) +- [Binary to Decimal converter using React](https://github.com/geoffctn/Bin2Dec)