React quiz app
I'm currently working on a quiz app for a Scrimba project but I'm a bit stuck on how to proceed. Right now, my app can fetch data from the API and display them on the page. However, I'm not sure how to make only one button active per question or how I should manage state for user selections (would this go in <App /> or in the component that's rendering the quiz questions?). Hopefully this made sense and I would appreciate it if anyone could take a look and offer some suggestions.
https://codesandbox.io/s/quizzical-nqjq39
https://codesandbox.io/s/quizzical-nqjq39
CodeSandboxsavvystrider
quizzical by savvystrider using html-entities, loader-utils, react, react-dom, react-scripts, uuid

