Text Counter Application in .NET using ASP.NET Pages, Console Application in C# and Fable Application in F#
This app calculates the number of characters, words, and lines based on the text box area's content using Blazor Server and Razor Pages with ASP.NET Pages, the console application using .NET and Fable application in F#.
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
cd text-counter-blazor
dotnet build
dotnet run
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
cd text-counter-razor
dotnet build
dotnet run
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
cd text-counter-console
dotnet build
dotnet run
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
cd text-counter-f-sharp-application
npm run build
npm run start