From 4f497c3ff22ecf23f7403078c6d2d2d6a8c7fcae Mon Sep 17 00:00:00 2001 From: Cesare12 <591576872@qq.com> Date: Fri, 25 Sep 2020 11:03:28 +0800 Subject: [PATCH] Update Bin2Dec-App.md --- 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..2a7d612b 100644 --- a/Projects/1-Beginner/Bin2Dec-App.md +++ b/Projects/1-Beginner/Bin2Dec-App.md @@ -45,3 +45,4 @@ Try not to view this until you've developed your own solution: - [Binary to Decimal converter using React](https://github.com/geoffctn/Bin2Dec) - [Matrix-like Binary to Decimal converter using Angular](https://github.com/ZangiefWins/MatrixBin2Dec) - [Live preview on heroku](https://matrix-bin2dec.herokuapp.com/) +- [Binary to Decimal converter using React (Minimalist version)](https://github.com/Cesare12/Bin2Dec)