Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 591 Bytes

File metadata and controls

23 lines (13 loc) · 591 Bytes

React dots challenge

That's a challenge normally requested in React interviews.

Requirements

  • The user can click anywhere on the page.

  • A small circle should be rendered at the clicked position.

  • At each click, the circles already created are kept and a new one is rendered.

  • Create two functionalities for the application:

    • Undo button
    • Redo button

Reference (where i found this challenge)

Result