GuptaEesh / react-challenge-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zenduty React Challenge 1

Problem Statement: Open Bunnies

This is a simple website with 5 buttons. Each button should open the image of a bunny. There is a counter below that counts the number of currently opened bunnies. After 2 seconds, the open bunny must be replaced with a different image by manipulating the itemRef inside the useEffect. The image height and width should also be changed to the values provided in the comments. Additionally, the file App.jsx is plagued with errors.

Set this repo up on your local machine:

  • Clone this Repo
  • yarn
  • yarn dev

About


Languages

Language:JavaScript 58.6%Language:CSS 31.8%Language:HTML 9.5%