Skip to content

A react native overnight application about local fast quiz and simple.

License

Notifications You must be signed in to change notification settings

jcsena/react-native-fast-quiz

Repository files navigation

react-native-fast-quiz

A react native overnight application about local fast quiz and simple.

Technologies

  • react-natve 0.56
  • react-navigation
  • redux
  • redux-persit //local storage histories quiz
  • All packages

installation

$ git clone https://github.com/jcsena/react-native-fast-quiz.git
$ cd react-native-fast-quiz
$ yarn install
$ react-native run-ios || run-android

Config

./src/questions/index.js set your questions for your local fast quiz

Template

        {
                    id:3, // id question and order question
                    q: 'Question 3', // title question
                    co: 'o3', // correct options
                    o: { // options and you can write n options
                        o1: 'Option 1',
                        o2: 'Option 2',
                        o3: 'Option 3'
                    }
        }

Screen Shot

alt text

alt text

About

A react native overnight application about local fast quiz and simple.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published