8000 GitHub - eltonlazzarin/gameplay-rn: Project developed during Rocketseat's Next Level Week #06
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eltonlazzarin/gameplay-rn

Repository files navigation

Logo

Mobile application for leisure time with friends

GitHub top language GitHub language count GitHub last commit GitHub issues GitHub

About The Project   |    Mobile Technologies   |    Mobile Getting Started   |    How To Contribute   |    Mobile License

👨🏻‍💻 About the project

Gameplay is an app to help you connect and organize fun time and play with friends. With it you can create groups to play your favorite games with your friends, as it has authentication via Discord.

🚀 Mobile Technologies

Mobile App Screenshots

Technologies that I used to develop this mobile app

💻 Mobile getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/eltonlazzarin/gameplay-rn.git

$ cd gameplay-rn

Get all .env variables

It is worth noting that you must create your App on the Discord server to get the authentication credentials. Then create and define your App settings in the .env file (remove the example from the .env.example file).

REDIRECT_URI=
SCOPE=
RESPONSE_TYPE=
CLIENT_ID=
CDN_IMAGE=

Follow the steps below

# Install the dependencies
$ yarn

# Run the mobile app
$ yarn start

Install the app on a physical phone

  1. Go to your app store, look for the app called Expo, and install it on your device.

  2. With the app installed, open it and click on Scan QR Code, point the camera phone to the QR code shown on the page that opened after executing the command yarn start and ready, the app will load and be ready for use.

🤔 How to contribute mobile

Follow the steps below

# Clone your fork
$ git clone https://github.com/eltonlazzarin/gameplay-rn.git

$ cd gameplay-rn

# Create a branch with your feature
$ git checkout -b your-feature

# Make the commit with your changes
$ git commit -m 'feat: Your new feature'

# Send the code to your remote branch
$ git push origin your-feature

After your pull request is merged, you can delete your branch

📝 Mobile License

This project is under the MIT license. See the LICENSE for more information.


Made with ♥ by Elton Lazzarin 👋 Get in touch!

About

Project developed during Rocketseat's Next Level Week #06

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0