Write a web application to sort data.

INPUT:

The application should receive as an input a string of values separated by comma (the values could be strings or numbers)

OUTPUT:

The application shows to the user all the sorting steps

PROCESS:

  • Write the client web page to receive user's input (React)
  • Send a request to server (NodeJS)
  • Server stores the request in local SQLite database
  • Server should sort the array (you may use any sorting algorithm as you see fit) and record all step of sorting.
  • Update the database with the sorting steps (demonstrate an understanding of one to many relations)
  • Send a response to the client with sorting steps.
  • Client shows steps of sorting from the server
Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.