/email-guesser

A SPA that guesses an email address from full name and company URL.

Primary LanguageTypeScriptMIT LicenseMIT

email-guesser

This project allows users to find email addresses from full name and company URL.

Please visit the backend service repository here.

Key Features

  • 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.

Getting Started

How to run the project locally

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

Lint

npm run lint

Build

npm run build

Test

npm run test