Header - MukeshKumar101/IPL_Auction GitHub Wiki
Problem Statement:
To create a header.
Jobs To Be Done:
- To create header for displaying in all the pages of the application.
- The header should be responsive.
Possibilities
- On loading the web page, the header should be placed on top of the page.
- The header should be responsive based on the screen size the web page is viewed by the user.
Implementation Plan
- Create a folder and name it as Header for maintaining the components.
- Create a js file and name it as Header.js for maintaining header component.