This project is a React + Vite application for calculating ROI and cost savings from automated invoice processing. The project simulates how automation impacts operational costs by factoring in labor, error rates, and implementation costs. Users can adjust parameters, compare scenarios, and generate reports — all through a simple, responsive UI.
- Real-time ROI calculator
- Save/load scenarios
- Generate PDF reports
- Charts comparing manual vs automated costs
git clone https://github.com/ShobhanKarthish/invoice-savings-lab.git
cd invoice-savings-lab
npm install
npm run dev
Requirements: Node.js and npm
npm i
npm run dev
npm run build
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
- Supabase
Supabase handles data storage. Just add your project URL and anon key in a .env
file.