Front-End Quiz App using React-native
I'm running node v12.19.0 and npm v8.3.2
npm install
npm start
Open http://localhost:19002.
Also:
To launch project Test
npm test
- [Project][project]
- [React][react]
- [Base Project][base project]
- [Expo][expo]
- [External Component][external component]
- [React Native Swipe Gesture][react-native-swipe-gestures]
- Display quiz questions.
- Question Title
- Answers
- Display response when clicking an answer
- Moving to another question
- While swipping up, user can go to the next question
- Percentage answer Background on response
- Real API implementation
- Add redux store
- Complete set of tests for components