This is my proposed solution to challenge a) of the Mindera Graduates Program.
This challenge consisted in:
Implement a dummy user interface that follows the wireframe shown in this video. The interface can be built using any technology/platform. For example, Android (Java or Kotlin), iOS (ObjectiveC or Swift), web-based or hybrid technologies like React, React-Native, AngularJS, Angular5, etc.
To solve this challenge I used React Native.
I have been learning React for the past few months, and this seemed like a good opportunity to better explore React and React Native.
See the requirements for React Native.
-
Clone or download this repo;
-
Open the directory in terminal;
-
Install Node modules with
npm install
; -
Configure/start your device or device emulator;
-
Run the application with
react-native run-android
orreact-native run-ios
.