blazor-hackernews-clone icon indicating copy to clipboard operation
blazor-hackernews-clone copied to clipboard

Blazor Hackernews Clone

blazor-hackernews-clone

Hacker News Clone built using Blazor (0.3.0).

Live site here : http://blazorhackernews.surge.sh/

Pre-requisites

Blazor Hacker News Clone is built with Blazor 0.7.0. You will need to first make sure you have Blazor 0.7.0 is installed. Follow below instructions to set up Blazor 0.7.0:

  1. Install .NET Core 2.1 SDK (2.1.500 or later).
  2. Install Visual Studio 2017 (15.9 or later) with the ASP.NET and web development workload selected.
  3. Install the latest Blazor Language Services extension extension from the Visual Studio Marketplace.
  4. On command line, Install the Blazor templates with below command

dotnet new -i Microsoft.AspNetCore.Blazor.Templates

Using the code

  1. Clone this repo
  2. Open src/BlazorHackerNewsClone.sln
  3. Run the application

Screenshots

Item Listing: Item Listing

Item Details: Item Details

User Details: User Details