Modern React + Tailwind CSS frontend for the AI Email Replier project.
Allows users to input email content, select tone, and generate intelligent replies instantly.
- Clean and animated UI with Tailwind CSS
 - Multiple tone options (professional, friendly, casual, etc.)
 - Real-time response from backend
 - Copy-to-clipboard and live status alerts
 
React • Vite • Tailwind CSS • Fetch API
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel (or oxc when used in rolldown-vite) for Fast Refresh
 - @vitejs/plugin-react-swc uses SWC for Fast Refresh
 
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.