This project allows users to find email addresses from full name and company URL.
Please visit the backend service repository here.
- Form validation
- Error handling via Error Boundary
- API endpoint error messages using react-toastify
- Dark mode support with prefers color scheme
- TailwindCSS for styling
For invalid request testing, you can use invalid.com as the company URL.
Clone the project into a new directory:
git clone https://github.com/buraksaraloglu/email-guesser.git
Access the project directory.
cd email-guesser
Install dependencies.
npm install
Serve with hot reload at http://localhost:3000.
npm run dev
npm run lint
npm run build
npm run test