Skip to content

royr5/Number-Sorter

Repository files navigation

Number Sorter

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.

Setup Instructions

To run this application locally, you'll need an IDE like Visual Studio.

  1. Clone the Repository or Extract the ZIP File
git clone https://github.com/royr5/Number-Sorter.git
  1. Open the project folder in your IDE.

  2. Use the Package Manager Console (Visual Studio) and run the following command to create and update the database:

update-database
  1. In Visual Studio click the "Run" button to start the application.

You can now sort numbers, view sort history, and export sorts as JSON.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published