nokker 659e16dea2 Initial commit: Belgium Company Car Tax Calculator
- Complete refactored single-page interface
- 1,326 vehicles from 35 brands (2020-2025 model years)
- Advanced search with year, fuel type, and price filters
- Comprehensive pension impact analysis
- Multi-language support (EN/FR/NL)
- Docker deployment ready
- Streamlined UX with required fields first

Features:
- Vehicle database with BMW, Mercedes, Audi, VW, Tesla, Toyota, etc.
- Real-time search with fuzzy matching
- Validation for required fields and vehicle selection
- Advanced calculation parameters (collapsible)
- Responsive design for mobile and desktop

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 03:42:59 +02:00

17 lines
228 B
Plaintext

# Backup and temporary files
*-backup.js
*-new.js
*-original.html
*-multilingual.html
# Development files
vehicle-data/
consolidate-database.js
update-vehicle-database.js
autocomplete-ui.js
# Docker volumes
data/
# Logs
*.log