Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Insurance Dashboard

A React front-end prototype for an AI-driven auto insurance dashboard (mocked GEICO-style branding).

What it does

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.

Tech stack

  • React 19, Create React App (react-scripts 5)
  • html2canvas for exporting the ID card as an image
  • Plain CSS per component

Getting started

npm install
npm start

Opens at http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages