**Description:** As a **player**, I want to create as many decks as I want. **Acceptance Criteria:** - [ ] A button is available for creating a new deck. - [ ] The user can create a deck with a unique name; if not provided, a default name is assigned. - [ ] The new deck appears on the screen within the tracking table. - [ ] The deck is saved automatically in local storage. - [ ] Each existing deck has an associated tab for quick switching. **Notes/Comments:** - Investigate the best strategy for storing deck data in local storage.
Description:
As a player, I want to create as many decks as I want.
Acceptance Criteria:
Notes/Comments: