hellodeborahuk / buzzphonics

Buzzphonics is a sounds app for parents and kids to learn Phase 2 and Phase 3 phonics in the UK. Built with React and with love.
https://www.buzzphonics.com/
MIT License
41 stars 11 forks source link

Feat: created reading game, closes #34 #36

Closed hellodeborahuk closed 2 years ago

hellodeborahuk commented 2 years ago

Created a reading game using code from phase two quiz, as similar in play functionality. Added more images and different words for phase 3 phonics.

Very similar code, just needed to change the array and where the data is called in the JSX.

{
                id: 0,
                word: "chair",
                answerOptions: [
                    {answerImg: "chair", isCorrect: true},
                    {answerImg: "jam", isCorrect: false},
                    {answerImg: "lobster", isCorrect: false},
                ]
}

reading-game

netlify[bot] commented 2 years ago

✔️ Deploy Preview for focused-swirles-0bc3a1 ready!

🔨 Explore the source changes: db6f9cecb966821148c5f0fdcf73e70c34c37141

🔍 Inspect the deploy log: https://app.netlify.com/sites/focused-swirles-0bc3a1/deploys/62112a8b262eed00071f2619

😎 Browse the preview: https://deploy-preview-36--focused-swirles-0bc3a1.netlify.app/