code-with-praveen143 / cashwithdrawal

In this project, let's fix the Cash Withdrawal app.

Home Page:https://praveenwithdraw.ccbp.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In this project, let's fix the Cash Withdrawal app by applying the concepts we have learned till now.

Refer to the image below:


debugging cash withdrawal

Set Up Instructions

Click to view
  • Download dependencies by running npm install
  • Start up the app using npm start

Completion Instructions

Functionality to be fixed

Fix the given code to have the following functionality

  • Initially, the balance should be 2000 rupees

  • When a denomination is clicked, then the respective value should be deducted from the balance available

  • The CashWithdrawal component receives the denominationsList as a prop. It consists of a list of denomination objects with the following properties in each denomination object

    Key Data Type
    id Number
    value Number

Quick Tips

Click to view
  • There are 9 bugs to be fixed to achieve the functionality and the UI that is expected

Things to Keep in Mind

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

About

In this project, let's fix the Cash Withdrawal app.

https://praveenwithdraw.ccbp.tech/


Languages

Language:CSS 37.6%Language:JavaScript 32.8%Language:HTML 29.6%