Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkj123 committed Aug 27, 2021
1 parent 628c161 commit 86c1d3d
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions README.md
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. ⭐️
Binary file added doc/screen1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screen2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screen3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 86c1d3d

Please sign in to comment.