Hello, I know this is probably very easy but I am unsure how to name the models
In order for our view pages to work with their respective models we need to add the right directives.
Navigate to Index.cshtml and add the @model
directive followed by the model for the page.
Navigate to Projects.cshtml and add the @model
directive followed by the model for the page.
Thanks for the help.