This is the React-based frontend for the AI Agent Assignment Processing System.
Users can upload their assignments and provide an email address to receive processed responses.
- Simple, responsive UI built with React + Vite
- Styled using TailwindCSS
- File upload with email input
- Success animation after submission
- Backend API URL handled securely via Vite environment variables
- React (Vite)
- TailwindCSS
- React Icons
- Fetch API for backend communication
This frontend communicates with the AI Agent Backend:
👉 AI Agent Backend Repository