A slot machine app for Android, totally random for college project :).
These instructions will get you a copy of the project up and running on your local machine for development.
- yarn 1.22.4
- android studio ( opcianal para emular um celular android )
It is very easy to install and upload the application. Just follow the steps below and everything will be fine! 🎉
git clone https://github.com/thalees/tacocat-app
yarn install && yarn start
To run using the emulator just run the following command:
npx react-native run-android
If you want to use your cell phone for development, first you need to activate the debugging mode on your cell phone. [See this article]
So just execute the commands below:
adb devices // to get the device_id
npx react-native run-android
yarn start
adb -s device_id reverse tcp:8081 tcp:8081
- React-Native - Javascript library used to develop applications for Android and IOS systems natively.
- Typescript - TypeScript is a superset of JavaScript that adds typing and some other features to the language.
- React-hooks - They let you use state and other React features without writing a class.
- Functional Components - A Functional component is a function that takes props and returns JSX.
- Gitmoji - An emoji guide for your commit messages.
- Cat - Daily cat facts!
- Taco - A community-driven, object-oriented taco recipe API.
- Dog - The internet's biggest collection of open source dog pictures.
- COVID-19 - API for tracking the global coronavirus outbreak.
See the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.