PRD for IR3.3_HW_1 - Sharu2003-27/IR GitHub Wiki
PRD for IR3.3_HW_1
- Created folder inside src.
- Created jsx files inside folder.
- Used packages.json.
- Added Header and footer files in another folder.
- Imported all files to App file.
- Installed bootstrap, router packages and added to dependencies.
- Imported all pages and created path to pages in main.jsx file.
- Added Navbar and connected all pages to each other using NavLink.
- Added dynamically page using useParams().
- Used bootstrap to add styles to pages.
- Called components in export default function().