Milestone 2
Closed Oct 3, 2024
92% complete
- Design an SPA (Single Page Application), where all the functionality for Question repository feature is written within a single web page instead of having cross-references across many pages. At this point, the web application may be hosted locally on your machine; it does not need to be accessed from the internet.
- You can use any programming language/pla…
- Design an SPA (Single Page Application), where all the functionality for Question repository feature is written within a single web page instead of having cross-references across many pages. At this point, the web application may be hosted locally on your machine; it does not need to be accessed from the internet.
- You can use any programming language/platform for developing the REST API.
- You can enter the questions manually. You are also allowed to have alternative methods of entering questions (e.g., uploading and parsing a JSON file).
- You are given a sample of 20 questions as your input data to develop, test, and demonstrate your deliverable. (See Appendix 4).
- You are required to provide a feature for viewing the list of questions (mandatorily show the title, optionally show the complexity/category, description or all) in the current state of the application on accessing the application (landing page). The question description may be shown on clicking the question title.
5.1. For example, you can organize the questions in the form of a table on the SPA. - You may use CSS to make the page usable in terms of displaying the information in an organized manner.
- Basic error handling, for example, checking for duplicates.