quizApp ❓

Customisable quizApp made in react native

Features ⚛️

  • Customisable Questions

Screenshots ?️

screen1

screen2

screen3

Questions.json ❔

{
questions:[
     { 
        question: "Example Question",
        answers: ["Option 1","Option 2","Option 3", "Option 4"], // 4 options
        correctIndex: 2 // Index of the correct option 
    }
]
}

How to build? ?️

https://reactnative.dev/docs/signed-apk-android

GitHub

https://github.com/vivekkj123/quiz-app-react-native