Skip to content

CodingWithDavid/WeatherDemoModal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazor Weather Demo Modal

This project was created to provide for me to see how to use a Modal form for data input. The modal is a common user experiance used to endit form data.

by David Gallivan

Why

Blazor is a new and exciting new SPA framework that allows me to build interactive web applications using C# that runs in the browser. Blazor allows me to use my existing skills with a single tool set to build highly interactive web app.

Getting Started

  1. Clone this repository

    git clone https://github.com/CodingWithDavid/WeatherDemoModal
    cd WeatherDemoModal
  2. Open in Visual Studio or Visual Code a. With Visual Code you will need to install the C# extensions

  3. Press F5

What's in the App

The user will be able to add a new city and enter in the tempature for that city. Once added, the user will be able to edit that city's tempature. To add the cit we are using another page user experiance, while for the city edit, we are using a modal.

Problems or Suggestions

Open an issue here

Thank You

Resources

About

Added a modal to the weather demo app to allow editing of the city data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published