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.
- Host: GitHub
- URL: https://github.com/samlatavares/kingsort-csharp-mvc
- Owner: samlatavares
- Created: 2020-10-18T18:15:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-03T01:17:34.000Z (over 5 years ago)
- Last Synced: 2025-02-12T12:17:10.349Z (over 1 year ago)
- Topics: csharp, css, html, javascript
- Language: C#
- Homepage:
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.