Skip to content

schie/medical-out-of-pocket

Repository files navigation

Insurance Expense Calculator

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.

Features

  • 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

Getting Started

Install dependencies

npm install

Run the development server

npm run dev

The app will be available at http://localhost:5173/.

Run tests

npm test

Build for production

npm run build

The production-ready files will be output to the dist/ directory.

Project Structure

  • src/ – application source code
  • __tests__/ – unit tests
  • public/ – static assets

Technology Stack

  • React 19 + TypeScript
  • Vite for bundling and development server
  • Redux Toolkit and redux-persist
  • Tailwind CSS with DaisyUI
  • Jest and React Testing Library

About

Out-of-pocket expense estimator

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •