Skip to content

athikaf/BCDV_4021-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Created by Athika Fatima and Wahaj Haider

To start this project:

-> git clone add_link
-> cd transaction-app
-> npm i
-> npm run start

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published