Skip to content

anitguru/log-volume-calculator

Repository files navigation

📦 Project Root
├── public/ 
│   └── (static assets, e.g., images, icons)
├── src/ 
│   ├── components/ 
│   │   ├── Form.astro 
│   │   └── Results.astro 
│   ├── layouts/ 
│   │   └── BaseLayout.astro 
│   ├── pages/ 
│   │   ├── index.astro 
│   │   ├── about.astro 
│   │   └── ... 
│   └── utils/ 
│       └── calculations.ts 
├── astro.config.mjs 
├── package.json 
└── tsconfig.json