Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Who's branch is it anyway game page #688

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jeromehardaway
Copy link
Contributor

@jeromehardaway jeromehardaway commented Feb 5, 2025

Add a new page for the "Who's branch is it anyway" game.

  • New Page and Components

    • Add src/pages/whos-branch.tsx to create a new page component for the game.
    • Add src/components/whos-branch/index.tsx to implement the game logic and UI.
    • Add src/components/whos-branch/question.tsx to display game questions.
    • Add src/components/whos-branch/score.tsx to display the game score.
  • Game Data

    • Add src/data/whos-branch.json to store game data, including branches and questions.
  • Navigation and Menu

    • Modify src/pages/index.tsx to add a link to the new game page.
    • Modify src/data/menu.ts to add a menu item for the new game page.
  • Testing

    • Add __tests__/pages/whos-branch.tests.tsx to create tests for the game page, game logic, and UI.

For more details, open the Copilot Workspace session.

Add a new page for the "Who's branch is it anyway" game.

* **New Page and Components**
  - Add `src/pages/whos-branch.tsx` to create a new page component for the game.
  - Add `src/components/whos-branch/index.tsx` to implement the game logic and UI.
  - Add `src/components/whos-branch/question.tsx` to display game questions.
  - Add `src/components/whos-branch/score.tsx` to display the game score.

* **Game Data**
  - Add `src/data/whos-branch.json` to store game data, including branches and questions.

* **Navigation and Menu**
  - Modify `src/pages/index.tsx` to add a link to the new game page.
  - Modify `src/data/menu.ts` to add a menu item for the new game page.

* **Testing**
  - Add `__tests__/pages/whos-branch.tests.tsx` to create tests for the game page, game logic, and UI.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Vets-Who-Code/vets-who-code-app?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

vercel bot commented Feb 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vets-who-code-app ❌ Failed (Inspect) Feb 5, 2025 2:38am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant