A web application for estimating annual out-of-pocket medical costs. The app is built with React, TypeScript, and Vite and uses Redux Toolkit for state management.
- Track medical expenses and insurance payments
- Search saved records with fuzzy matching
- Persist data locally so information is available after refreshing
- Styled with Tailwind CSS and DaisyUI components
npm install
npm run dev
The app will be available at http://localhost:5173/.
npm test
npm run build
The production-ready files will be output to the dist/
directory.
src/
– application source code__tests__/
– unit testspublic/
– static assets
- React 19 + TypeScript
- Vite for bundling and development server
- Redux Toolkit and redux-persist
- Tailwind CSS with DaisyUI
- Jest and React Testing Library