WeatherForecast Project Overview
Get a basic overview of the project we will build in this chapter.
We'll cover the following...
In this chapter, we will build a Blazor WebAssembly app to display a local 5-day weather forecast and then convert it into a PWA.
The web app we will build uses JavaScript's Geolocation API to determine the current latitude and longitude of the device. It uses the ...