-> git clone add_link
-> cd backendFinalGBC
-> npm i
-> npm run frontend
-> npm run backend
NOTE: Please make sure your mongodb compass is connected and running smoothly before starting the app.
- Navbar
- Transfer Page
- Addresses Page
- Wallet Page
- Transactions Page
This page is used to transfer amount from sender to receiver. It also imports the Receipt component to show that the transfer was successful
This page lists all the addresses that can be clicked to redirect to the transfer page. This page is like a list of saved accounts where the current owner can click and quickly transfer to them.
This page shows the current wallet address as well as the amount in the wallet.
This page shows the history of transactions. It utilises the React feature of utilising a component and displaying different set of data. There is a Transaction component that is called from the Transactions component to display individual transactions when the json array is parsed.