Moon-12 / react-dom-project

2 stars 0 forks source link

React flash card game #42

Closed swap1210 closed 3 months ago

swap1210 commented 5 months ago

Admin will feed several questions and answers then guests can see one random card at a time and can choose to see the answer or see the next random card.

No MCQ. The below example is MCQ type format but we only have 1 question and 1 brief answer. source code: https://github.com/Gbadeboife/Flashcard-quiz-app-using-React.js demo: https://flashcard-quiz-app-using-react-js.vercel.app/

Use different document react_flashcards for this game data

swap1210 commented 5 months ago

Need a dropdown at the top of the page to show topics (not in the header). Based on the topic cards will be drawn.