Skip to content

miuel/pickr-task

Repository files navigation

README

READ this documentation to get the application up and running.

What is this repository for?

  • Pickr Task

  • Version 1.0.0

  • Complete a technical task for them:

  • Write a React Native application that consists of a single view, with 3 boxes in it. On startup, in each box, a random single * * digit

  • number should appear.

  • Below the boxes there should be a button with the text "Generate" in it. When a user clicks the "Generate" button, each box will

  • show a new random digit. The application should make use of a redux store for storing its state.

  • At the bottom of the view there should be another button, "Show Log". When a user clicks the "Show Log" button, a pop up box

  • should appear, showing a log of all of the generated numbers so far, with 3 numbers in each line. The log of generated numbers * should not be saved in the redux store.

  • Please include build and run instructions for both Android and iOS.

How do I set up the app?

  • clone the repository then:

  • npm install

  • Running your React Native application

  • Step 1: Start Metro

  • npx react-native start

  • Step 2: Start your application

  • npx react-native run-android

  • npx react-native run-ios

  • Created by Miguel Rivas - [email protected]