A clean, modern single-page web application to calculate and visualize asset depreciation.
- Asset Management: Add, track, and remove assets.
- Persistence: Assets are saved to your browser's Local Storage, so you won't lose data on refresh.
- Depreciation Modes:
- Straight-Line: Equal depreciation over the asset's life.
- Declining Balance: Accelerated depreciation (Double Declining Balance).
- Reports:
- Individual Schedules: Detailed year-by-year breakdown of Depreciation, Book Value, and Monthly impact.
- Monthly Aggregate: A consolidated view of your total monthly depreciation expenses over time.
- Smart Grouping: The monthly report groups consecutive months with identical values for better readability.
- Open
index.htmlin any modern web browser. - The app comes pre-seeded with sample data for demonstration.
- Use the form to add new assets.
- Switch tabs to view specific Depreciation Schedules or the Aggregate Monthly Report.
No installation required. Just clone the repo and open the file.
git clone https://github.com/aneuhaus/asset-deprec-html.git
open index.html- HTML5
- CSS3 (Vanilla, Responsive, Dark Mode)
- JavaScript (ES6+, LocalStorage)