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)
Check it out live here
To build/run this, you need to have .netcore 6.0.100 or higher installed
Visit following url to download appropriate .net version
URL: https://dotnet.microsoft.com/download/dotnet/6.0
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 :)