A simple InfoBox component built with React and TypeScript.
- Displays title, text, and a link button
- Responsive design (mobile-friendly)
- Opens links in a new tab
- Button with hover effect
- Node.js (v14.0.0 or higher)
- npm (v6.0.0 or higher)
- Clone the repository:
git clone [repository URL]
cd info-box- Install dependencies:
npm installRun the following command to start the development server:
npm startThe development server will automatically open http://localhost:3000 in your browser.