thiagobardella / taqtile

Onboarding tasks
0 stars 0 forks source link

My Awesome Project

This is a simple project for onboarding tasks. Right now, it has a simple interactive "Hello World!" app for Android OS. Express your level of excitement by pressing + or - buttons. Pure fun!

Environment and tools

This React Native app with Typescript was designed with the following stacks:

An Android device will be necessary to run this app. For simplicity and onboarding purposes, an Android Virtual Device allowed emulating this device. From Android Studio usa a virtual "Pie API Level 28" device.

Steps to run and debug

Open Android Studio and access the list of available Android Virtual Devices (AVDs) by opening "AVD Manager".

Once chosen the device desired, click on the green triangle button next to your AVD to launch it.

Now access this project folder through terminal and run

react-native run-android

And now the app is on!

If you want to check tests just run

yarn test