From 0409b635bdb5a00b085b5ef414437fdf6918a1f2 Mon Sep 17 00:00:00 2001 From: Ciwan Clifford <18048714+mlgwan@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:12:31 +0100 Subject: [PATCH] Adds another example project built with Blazor WebAssembly --- Projects/1-Beginner/Bin2Dec-App.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/1-Beginner/Bin2Dec-App.md b/Projects/1-Beginner/Bin2Dec-App.md index 9bb4503f..84e4fd23 100644 --- a/Projects/1-Beginner/Bin2Dec-App.md +++ b/Projects/1-Beginner/Bin2Dec-App.md @@ -45,3 +45,5 @@ 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 Blazor WebAssembly](https://github.com/mlgwan/Bin2Dec) + - [Live preview](https://projects.ccl97.com/bin2dec)