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#.
Getting Started
Blazor Server
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
cd text-counter-blazor
dotnet build
dotnet run
Razor Pages
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
cd text-counter-razor
dotnet build
dotnet run
Console Application
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
cd text-counter-console
dotnet build
dotnet run
Fable Application
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
cd text-counter-f-sharp-application
npm run build
npm run start