Bank Assignment Cont.
History Page
Example of breakpoint large breakpoint view. (desktop)
Example of Extra small , Medium breakpoint view (Mobile)
1.Create the History page (follow this User interface)
- create deposit component
- create withdraw component
- create the transaction component
- this page supported responsive design
HINT :
- use card component from MUI to create all card. (deposit card, withdraw card, transaction card)
- use concept react useState, Props concept to implement these component.
- use FlexBox concept or GridBox Concept to manage the layout of history page.
- use breakpoint concept to implement responsive app.