User Story:As a player engaged in the word guessing game, I want a dedicated container to display the letters I haven't guessed, including a letter card for wrongly guessed letters. Additionally, I would like a reusable subtitle for better organisation and user interface consistency.
Description:
Create a container in the frontend specifically designed to display unguessed letters. This container should include a letter card for wrong letters, each represented with a visual element. Implement a reusable subtitle to enhance organisation and maintain consistency across different sections of the application.
Tasks:
Implement a container for unguessed letters.
Include a letter card for wrongly guessed letters within the container.
Develop a reusable subtitle component for consistent use in various sections.
Acceptance Criteria:
[ ] The container should effectively display unguessed letters.
[ ] Wrongly guessed letters should be represented by letter cards within the container.
[ ] The subtitle component should be easily integrable in different sections of the application.
User Story: As a player engaged in the word guessing game, I want a dedicated container to display the letters I haven't guessed, including a letter card for wrongly guessed letters. Additionally, I would like a reusable subtitle for better organisation and user interface consistency.
Description: Create a container in the frontend specifically designed to display unguessed letters. This container should include a letter card for wrong letters, each represented with a visual element. Implement a reusable subtitle to enhance organisation and maintain consistency across different sections of the application.
Tasks:
Acceptance Criteria: