- Follow the instructions below and run the app
- Open src/App.tsx
- Create the
handleClick
function that will parse each square of divs and fill it with a red color. - The function must colorize square 1 by 1 (with a timeout)
- Clone the repository
- Install dependencies using
npm install
oryarn install
- Start the development server with
npm run dev
oryarn dev
- Open your browser and navigate to http://localhost:5173