Skip to content

🌮 A slot machine app for Android, totally random for college project :) 🐱

License

Notifications You must be signed in to change notification settings

thalees/tacocat-app

Repository files navigation

🌮 Tacocat App 🐱

A slot machine app for Android, totally random for college project :).

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

  • yarn 1.22.4
  • android studio ( opcianal para emular um celular android )

Installing

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

Built With

  • 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.

Some concepts used

  • 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.

APIs used

  • 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.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

🌮 A slot machine app for Android, totally random for college project :) 🐱

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published