/kingsort-csharp-mvc

Project made with C#, Javascript, HTML and CSS. That's a simple application that sorts King names, including their Roman algarisms.

Primary LanguageC#

kingsort-csharp-mvc

What is this project?

Project made with C#, Javascript, HTML and CSS. That's a simple application that sorts King names, including their Roman algarisms.

How to run the project?

This project was made as a .NET Core application, so you will need:

  • Install .Net Core SDK on your computer.
  • Install Visual Studio or Visual Studio Code.

Project Overview

  • It's a MVC project
  • Check the KingSort class to see all conversion/sort logic.