A trivia game made w/ React Native, Expo and modern Redux.
Review public project kanban on Trello.
βββ App.tsx β root component
βββ app β source code of the app
βΒ Β βββ components - react components
βΒ Β βΒ Β βββ common - common components reused accross screens
βΒ Β βΒ Β βββ screens - screen components
βΒ Β βΒ Β βββ HomeScreen
βΒ Β βΒ Β βΒ Β βββ components - specific components
βΒ Β βΒ Β βββ QuizScreen
βΒ Β βΒ Β βββ ResultScreen
βΒ Β βΒ Β βββ components - specific components
βΒ Β βββ config - project config/info constants
βΒ Β βββ hooks - abstractions of effects using react hooks
βΒ Β βββ services - connection w/ external services
βΒ Β βββ store - app global store
βΒ Β βΒ Β βββ modules - store modules following ducks/RTK patterns
βΒ Β βΒ Β βββ __tests__ - modules unit tests
βΒ Β βββ test - jest config/helper files
βΒ Β βββ utils
βββ assets
βββ fonts
yarn install
yarn start
yarn test