A simple React app with a Toolbar component containing multiple AlertButton components. Each button triggers a browser alert with a unique message when clicked.
- Clone the repo and navigate into it
- Install dependencies:
npm install - Start the dev server:
npm run dev - Open your browser at
http://localhost:5173
AlertButton.jsx— Reusable button component that acceptsmessageandchildrenpropsToolbar.jsx— Renders multiple AlertButton componentsApp.jsx— Root component that renders the Toolbar