A React front-end prototype for an AI-driven auto insurance dashboard (mocked GEICO-style branding).
Static, tab-based single-page app with no backend:
- Home: dashboard with active policy count, conversion rate, quote time, mock "AI revenue" stats, a smart-tracking card, policy status breakdown, and a recent claims list
- Claims: a form to file a new claim (incident type, date, location, description, photo upload placeholder) — submission just shows an alert, nothing is persisted
- Profile: renders a downloadable insurance ID card (branded "GEICO AI") that is exported as a PNG image via
html2canvas
All data shown (policy numbers, claim entries, dollar figures) is hardcoded/mocked; there is no API integration.
- React 19, Create React App (react-scripts 5)
- html2canvas for exporting the ID card as an image
- Plain CSS per component
npm install
npm startOpens at http://localhost:3000.