Problem
Beginner Problem Definition
  1. Retrieving a list of information fetched from a folder.
  2. Sort information in alphabetical order.
  3. Display list on the web.
Medium Problem Definition
  1. Fetch an array of objects from a local folder.
  2. Sort the information in alphabetical with a button.
  3. Display the array of objects on the web and sort by clicking button.
Advanced Problem Definition
  1. Fetch a json file which is an array of objects in our local folder.
  2. Use the information from the json to display on the web.
  3. Display the json objects on the webpage and sort based on attribute by clicking button attached to an eventlistener.

Home Page