Problem / Motivation
Currently, contributors cannot preview or test individual components without running the entire app.
This makes development, testing, and documentation harder and slows down contributions.
Proposed Solution
Set up Storybook to provide a dedicated playground for components.
Acceptance Criteria
- Storybook runs successfully with npm run storybook.
- At least 6 core components have working stories showing default and variant states.
- Documentation added to README for running Storybook.
Problem / Motivation
Currently, contributors cannot preview or test individual components without running the entire app.
This makes development, testing, and documentation harder and slows down contributions.
Proposed Solution
Set up Storybook to provide a dedicated playground for components.
Acceptance Criteria