This simple web application is designed to help you learn the basics of React while providing a useful tool for extracting email addresses from pasted text. Whether you're gathering emails from a document, a webpage, or any other source, this tool makes it easy to get the information you need.
- Easy Text Input: Simply paste your text into the input field.
- Email Extraction: Click the "Extract" button to retrieve all email addresses from the pasted text.
- User -Friendly Interface: A clean and simple design that makes it easy to use.
Install with npm
npm install
npm run dev