That's a challenge normally requested in React interviews.
-
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