The screenshot shows a simple React application where:
Header Section is displayed at the top.
Content Section welcomes the user with a message.
Footer Section is displayed at the bottom.
This demonstrates the use of component-based architecture in React, ensuring modularity and reusability of UI sections.# reactjs-exp2-basic-components