PRD for IR1.4_HW_2 - Sharu2003-27/IR GitHub Wiki
PRD for IR1.4_HW_2
- Created a small web page.
- Used App.jsx file.
- Created components Header, Main and the Footer.
- Inside Header created heading and nav items which linked to the Home page.
- Used given data to declare object.
- Passed the data object dynamically as props inside export default function().
- Created web page based on given information.
- Used export default function() to display output.