An open API service indexing awesome lists of open source software.

https://github.com/samlatavares/kingsort-csharp-mvc

Project made with C#, Javascript, HTML and CSS. That's a simple application that sorts King names, including their Roman algarisms.
https://github.com/samlatavares/kingsort-csharp-mvc

csharp css html javascript

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.