-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
628c161
commit 86c1d3d
Showing
4 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# quizApp ❓ | ||
Customisable quizApp made in react native | ||
|
||
## Features ⚛️ | ||
|
||
- Customisable Questions | ||
|
||
## Screenshots 🖼️ | ||
|
||
![](doc/screen1.jpg) | ||
![](doc/screen2.jpg) | ||
![](doc/screen3.jpg) | ||
|
||
|
||
## 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 | ||
|
||
## Contributing/ Future of this project 🧭 | ||
|
||
Well, this project is one of my side projects. If anyone interested in making it better you're always welcome 🤗 | ||
|
||
## Things I learned by doing this project | ||
|
||
- Global state management in React native using redux and context | ||
- Practical example of stack navigator | ||
- Screen navigation | ||
## Anything more? | ||
|
||
If you liked my work, consider staring the repository and spread the word. ⭐️ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.