CP9_REACT_Debugging-Counter

所属分类:调试/Bug
开发工具:HTML
文件大小:0KB
下载次数:0
上传日期:2024-03-16 05:15:59
上 传 者sh-1993
说明:  CP9 REACT调试计数器
(CP9 REACT Debugging Counter)

文件列表:
public/
src/
.eslintignore
.eslintrc
.npmrc
.prettierignore
.prettierrc
URL
package.json
pnpm-lock.yaml

In this project, let's fix the **Counter** by applying the concepts we have learned till now. ### Refer to the image below:
counter-output

### 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 count should be `0` - When the **Increase** button is clicked, then the count should be incremented by one - When the **Decrease** button is clicked, then the count should be decremented by one
### Quick Tips
Click to view
- There are `7` 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.

近期下载者

相关文件


收藏者