From 6bc55762a05613b30a2bd8840ed1795578381c31 Mon Sep 17 00:00:00 2001 From: Lucas David Erkana Date: Fri, 2 Dec 2022 01:10:39 +0200 Subject: [PATCH] Update Line 42 with my app Updated Link to Binary to Decimal converter with plain html, js and css. --- Projects/1-Beginner/Bin2Dec-App.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/1-Beginner/Bin2Dec-App.md b/Projects/1-Beginner/Bin2Dec-App.md index 9bb4503f..39dcbebc 100644 --- a/Projects/1-Beginner/Bin2Dec-App.md +++ b/Projects/1-Beginner/Bin2Dec-App.md @@ -39,7 +39,7 @@ 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) -- [Binary to Decimal converter with plain html, js and css](https://grfreire.github.io/Bin2Dec/) +- [Binary to Decimal converter with plain html, js and css](https://lucash2022.github.io/Binary-Decimal-Converter/) - [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)