Planned
Week 01 · Project Foundation
The project entry point and capstone direction are reserved here before the Week 02 design-system milestone.
Stock & Crypto Trading Dashboard
This hub is the permanent project entry point. Each week is preserved in its own subdirectory, while the highlighted “latest build” link advances as the capstone grows.
Open Latest Build · Week 07trading-dashboard/
├── index.html
├── project.css
├── week02/
│ ├── index.html
│ └── styles.css
├── week03/
└── ...
The root page never gets replaced. New weekly directories are added beside earlier ones, so the project can show progress without erasing its history.
Planned
The project entry point and capstone direction are reserved here before the Week 02 design-system milestone.
Published
OKLCH color roles, light/dark themes, accessible contrast, fluid typography, and relative spacing constants.
Published
Semantic HTML5 landmarks, a CSS Grid application shell, token-driven spacing, keyboard-ready navigation, and responsive trading workspace zones.
Published
A six-card market workspace uses a two-column, two-row featured card, fluid fractional tracks, dense auto-placement, and the established design tokens.
Published
The Week 04 dashboard appearance is preserved while its local stylesheet is reorganized into reset, base, layout, and components layers with browser-native nesting.
Published
The Week 05 dashboard foundation is preserved while reusable cards gain named inline-size container contexts, @container layout switching, and bounded container-relative units.
Current · Published
The Week 06 dashboard is preserved while transform/opacity micro-interactions, keyboard-visible focus, a CSS-only reading progress bar, view-timeline reveals, and reduced-motion safeguards bring the interface to life without JavaScript scroll listeners.
Planned
The production-ready result will become the permanent end-result link.