A customisable quiz app made in React Native
quizApp ❓
Customisable quizApp made in react native
Features ⚛️
- Customisable Questions
Screenshots ?️
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