lucascprazeres / gameplay-app

Manage your gameplays easily ๐ŸŽฎ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


๐Ÿคฏ About the project

This project was developed during the Next Level Week Together. It is an app for scheduling gameplays with your frends, with an integration with your Discord account, so you can manage your servers.

๐Ÿ‘จโ€๐Ÿ’ป Techs

  • React Native
  • TypeScript
  • Expo

๐Ÿš€ How to run

First, make sure to have Nodejs, Yarn and Expo installed on your machine.

# clone the repository
git clone https://github.com/lucascprazeres/gameplay-app

# navigate to the project folder
cd gameplay-app

# install the dependencies
yarn

# run the project
expo start

with the server running, you may download the app Expo Go and scan the QR code presented.

๐Ÿ˜ How to contribute

make sure to complete the steps on the previous sections

then,

# create a branch of your own
$ git checkout -b <your-branch-name>

# write some code...

# commit your chages
git add . && git commit -m "type(scope): description"

# send them to your fork
git push origin <your-branch-name>

the last step is to create a pull request here on github

ps: if you're not familiar with the commit message structure above, please check this


Made with ๐Ÿ’œ by Lucas Prazeres

About

Manage your gameplays easily ๐ŸŽฎ


Languages

Language:TypeScript 98.5%Language:JavaScript 1.4%Language:Shell 0.1%