Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.5 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.5 KB

Project Created by Athika Fatima and Wahaj Haider

To start this project:

-> 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.

It contains

  • Navbar
  • Transfer Page
  • Addresses Page
  • Wallet Page
  • Transactions Page

Transfer 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

Addresses Page

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.

Wallet Page

This page shows the current wallet address as well as the amount in the wallet.

Transactions Page

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.

NOTE: If you have any questions or queries regarding the project, you can reach out to either Athika or Wahaj for help.