augustinanders / 2023_03_01_capstone-neuefische_memory

https://2023-03-01-capstone-neuefische-memory.vercel.app
15 stars 0 forks source link

fix bug #30

Closed augustinanders closed 1 year ago

augustinanders commented 1 year ago

fixed a bug, before it was possible to doubleclick the backside of a card. This caused a problem, because the same image was put to the compareImages-state twice. My solution is a Timeout with the same duration of the css-animation(600ms).

Edit: Refactored a lot of code: maybe review in codespaces to get a better overview.

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
2023-03-01-capstone-neuefische-memory ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 17, 2023 0:56am
augustinanders commented 1 year ago

Nice work! Left only some minor comments to discuss.

Thank you for the review! changed the suggestions. @PReichetanz