circles-history-react-q

Stars
0
Committers
2

React Challenge

To check my solution click Here. 👈

Create a web page using react, that by clicking the screen, it creates a circle in the clicked coordinate on the screen. Add two buttons:

  • Backwards: Retraces the steps, and removes the created circles by history order.
  • Forwards: Adds back circles that were created but were removed from the screen due to the backwards button.

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.