This is a single page which demonstrates the parsing of JSON data from a JSON file into an HTML Document.
The application involves 2 steps. First, there is an authentication module where user shall sign up/in to view the book’s content.
Functionalities: • To allow the client to sign up and save user data (username and password) in global javascript array(instead of database). • To allow the client to login using the above stored credentials. • To parse the JSON data given in attachment file- json.txt file and display the hierarchy in a navigation-bar webpage. (Refer to attachment file- wireframe.png) • To allow addition of grades, subjects, chapters and questions/answers, and update UI accordingly.