The Score Component for our Quiz will render the data that we are retrieving through REST API. We will create a new React Component Score and add it to our Quiz Component. Up until now, we have created three React Components: Quiz, Question and Answer. The last […]