--- sidebar_position: 1 title: Introduction --- ## Add a new item This lab will allow you to add a new item. ### List of steps * Store our data in the LocalStorage * Creation of a new page * Add an `Add` button * Creation of the add-on model * Creation of the form * Redirect to listing page * Display of downloaded image ### List of concepts * Blazor Storage * Routing * Data Annotation * Form and validation * URI and navigation state helpers