Description | Requirements | Technologies | Layout | Usage | Demonstration
Mobile application with the aim of making appointments for online matches with your friends. With OAuth2 integration with the discord api and database with async storage, to save user data and schedules.
First time I develop a mobile app with react native and its technologies. Powered by NLW 6 Together marathon, taught by Rodrigo, Educator of rocketseat from April 20th to 27th, 2021.
- ReactNative
- Expo
- Typescript
- StyleSheet
- AsyncStorage
- OAuth2 (Discord api)
You can view the project layout via this link.
You can clone it on your pc using the command:
git clone https://github.com/Lissone/gameplay.git
cd gameplay
Install dependencies using:
yarn
#or
npm install
#or
expo install
Run project:
yarn start
#or
npm run start
#or
expo start
Login | Dashboard | Create appointment |
---|---|---|
Distributed under the MIT License. See LICENSE
for more information.