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.
- Host: GitHub
- URL: https://github.com/sergej-stk/mudblazor-weatherforecast
- Owner: sergej-stk
- License: apache-2.0
- Created: 2025-01-03T15:57:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T20:56:45.000Z (over 1 year ago)
- Last Synced: 2025-07-22T10:44:15.647Z (about 1 year ago)
- Topics: csharp, dotnet, mudblazor, weather-forecast
- Language: HTML
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weatherforecast
A simple weather forecast app built with MudBlazor and .NET. (Playground)
## Screenshots

## 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