Skip to content

Conversation

mclancy96
Copy link

This adds CRUD operations for the quiz questions that update the DOM accordingly.

@mclancy96 mclancy96 changed the title Implement CRUD in React Implement CRUD with Fetch in React Jun 16, 2025
console.log(formData);
const { prompt, answer1, answer2, answer3, answer4, correctIndex } =
formData;
if (prompt && answer1 && answer2 && answer3 && answer4) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your QA is showing.

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.

2 participants