- C#
- .NET 5.0
- ASP.NET Core MVC
- MSTest
This web application takes users inputs of items and places them in a UL list using RESTful routing.
- Clone or download the zip file of this repository to your desktop
- Navigate into the top level directory
- Open in your code editor
- Commit and push your .gitignore file to your repo
- Make sure to have .NET 5.0 installed
- Run
$ dotnet restoreto install bin & obj folders - Run
$ dotnet testin the test folder to see the passed tests
- In your terminal navigate into ProjectName.Solution/ProjectName
- Run
$ dotnet buildto build the site - Run
$ dotnet runto start the live server - Click either button to add or see the list
- After clicking add item put in your inputs and hit submit to reveal the list!
- N/A
MIT: See Badge at top for Info Copyright (c) 2021 Paige Tiedeman
Paige Tiedeman @ github.com/paigetiedeman