Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 806 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 806 Bytes

Building a React Cash Withdrawal app .

Refer to the image below:


cash withdrawal

Set Up Instructions

Click to view
  • Download dependencies by running npm install
  • Start up the app using npm start
  • All components you implement should go in the src/components directory.
  • Don't change the component folder names as those are the files being imported into the tests.
  • Do not remove the pre-filled code
  • Want to quickly review some of the concepts you’ve been learning? Take a look at the Cheat Sheets.