Challenge Overview
A client has requested Topcoder to build new screens for a web application for their insurances products. However, the HTML protoype files are not connected.
Goal of the challenge
The main goal of this challenge is to update the HTML prototypes to enable navigation between the screens by connecting button clicks, popups, etc.
Individual Requirements
- Update the HTML prototypes to enable navigation between the screens by connecting button clicks, popups, etc.
- There are 6 independent HTML prototypes. The connection should be done only inside an individual HTML prototype.
- Only native DOM elements and events must be used for navigation and popups.
- No external library are allowed.
Scoring guidelines
Major requirements:
- All pages can be navigated using the button clicks and other events for each of the HTML prototype
- All popups can be shown properly
Minor requirements:
Final Submission Guidelines