An open API service indexing awesome lists of open source software.

https://github.com/sergej-stk/mudblazor-weatherforecast

A simple weather forecast app built with MudBlazor and .NET.
https://github.com/sergej-stk/mudblazor-weatherforecast

csharp dotnet mudblazor weather-forecast

Last synced: 3 months ago
JSON representation

A simple weather forecast app built with MudBlazor and .NET.

Awesome Lists containing this project

README

          

# Weatherforecast
A simple weather forecast app built with MudBlazor and .NET. (Playground)

## Screenshots
![Preview](/assets/preview.png)

## Get started
### Prerequirement
Install dotnet 8

### Clone Repo
with https:
````bash
git clone https://github.com/sergej-stk/mudblazor-weatherforecast.git
````

with ssh:
````bash
git clone git@github.com:sergej-stk/mudblazor-weatherforecast.git
````

### Navigate into Repo and run
````bash
cd src/weatherforecast/

dotnet run --project weatherforecast
````

## Author
sergej-stk