With this small app you can browse random comics from sources like Garfield, XKCD and Dilbert.
This progressive web app is implemented in .Net Core Blazor (ASP Core Hosted Model)
To build/run this, you need to have .netcore 3.1.201 or higher installed
Visit following url to download appropriate .netcore sdk version
URL: https://dotnet.microsoft.com/download/dotnet-core
To run this project
git clone https://github.com/ParagRaut/ComicsApp.git
cd ComicsApp
dotnet build
cd src
dotnet run --project Server
Goto this address on web browser of your choice
URL: https://localhost:5001 or http://localhost:5000
Feel free to create pull requests and enjoy comic strips without ads :)