TEJA831 / Project4

0 stars 0 forks source link

Issue Definition for Adding dynamic switching of the views #10

Open TEJA831 opened 1 year ago

TEJA831 commented 1 year ago

User Story: Implement View Switching with Button Controls

Description:

I am a student currently enrolled in SSDI, under the guidance of Professor Dobbs. I am working on Project 4, where I must create a web application with two view components (Example and States), each of which may be accessed using a button control. So that consumers may quickly click a button to flip between the two perspectives.

Acceptance Criteria:

Definition of Done:

By fulfilling these acceptance criteria, Both the "Example" and "States" view components have been imported and integrated into the "p4.jsx" file. The application now includes a button control, enabling users to seamlessly switch between the two view components. Upon clicking the button, it effectively alternates between displaying the "Example" and "States" views.The webpack configuration has been adjusted to generate a "p4.bundle.js" file, located in the "compiled" directory, for utilization within "p4.html."Thorough testing has been conducted, and the application operates as specified, granting users the ability to transition between views using the provided button control.