/WebGenCleaning

CleanCode exercise #2

Primary LanguageC#

Clean Code - Refactoring Exercise HemsideGenerator

Student Information

Students: Johan Säisä & Rasmus Broborg
Class: .NET21 Sthlm (OnPrem)

Description

This project represents the students submission for the refactoring excercise found at HemsideGenerator.

How to get started

Run the following commands to restore, test, and run the application.

dotnet restore
dotnet test
cd src/WebGenCleaning.UI/
dotnet run