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

Alphonso's things #22

Open
camelPhonso opened this issue Jun 14, 2023 · 0 comments
Open

Alphonso's things #22

camelPhonso opened this issue Jun 14, 2023 · 0 comments

Comments

@camelPhonso
Copy link

I feel like you've really nailed useState()!! It really looks like you've tried to simplify every action as much as possible by resorting to loads of very simple states.

And the return on App.jsx looks really clear (particularly compared to ours xD)

This thing was neat:

{showWinMsg && <WinMsg winner={winner} /> }
{canSubmit && <SubmitButton value={selectedValue} handleSubmission={handleSubmission}/>}

Honestly I think that if the look of the game had been tidied up a bit (like the start button that just seems to sit there, or the computer cards having the radio buttons visible) it would feel like a complete mvp at this point.

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

No branches or pull requests

1 participant