src/ ├── components/ │ ├── layout/ │ │ ├── Container.tsx # Responsive container wrapper │ │ ├── Header.tsx # Navigation with mobile menu │ │ └── Footer.tsx # Site footer with links │ ├── sections ...
End-to-end SQL project for ingesting raw CSV data, transforming it into an OLTP model, loading a dimensional warehouse, and running analytics, quality checks, performance tests, and monitoring.