From 50d223cd5831c09caf6a535a32e3e63762bbba09 Mon Sep 17 00:00:00 2001 From: apu-mirza Date: Sun, 7 Sep 2025 01:00:39 +0600 Subject: [PATCH] Add my implementation of Bin2Dec project --- 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..f436bfb5 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 app using html, css and js](https://github.com/Apu-mirza/BIn2Dec)