The Number Sorter is an MVC web app built with C# on the .NET Core framework. It allows users to input a set of numbers, sort them in ascending or descending order, and store the results along with the sort direction and duration in a Microsoft SQL database. Users can view past sorts and export the data as JSON.
To run this application locally, you'll need an IDE like Visual Studio.
- Clone the Repository or Extract the ZIP File
git clone https://github.com/royr5/Number-Sorter.git
-
Open the project folder in your IDE.
-
Use the Package Manager Console (Visual Studio) and run the following command to create and update the database:
update-database
- In Visual Studio click the "Run" button to start the application.
You can now sort numbers, view sort history, and export sorts as JSON.