Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lissone/gameplay
Create groups to play your favourite games, with your friends.
https://github.com/lissone/gameplay
async-storage expo oauth2 react-native rocketseat-nlw style-sheet typescript
Last synced: 13 days ago
JSON representation
Create groups to play your favourite games, with your friends.
- Host: GitHub
- URL: https://github.com/lissone/gameplay
- Owner: Lissone
- Created: 2021-06-22T00:24:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T00:53:47.000Z (about 3 years ago)
- Last Synced: 2024-11-15T05:25:32.616Z (2 months ago)
- Topics: async-storage, expo, oauth2, react-native, rocketseat-nlw, style-sheet, typescript
- Language: TypeScript
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description |
Requirements |
Technologies |
Layout |
Usage |
Demonstration
## Description
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.
## Requirements
- [Nodejs](https://nodejs.org/en/)
- [Npm](https://www.npmjs.com/)
- [Expo](https://docs.expo.io/)
- [Yarn](https://yarnpkg.com/)## Technologies
- ReactNative
- Expo
- Typescript
- StyleSheet
- AsyncStorage
- OAuth2 (Discord api)## Layout
You can view the project layout via this link.
## Usage
You can clone it on your pc using the command:
```bash
git clone https://github.com/Lissone/gameplay.git
cd gameplay
```Install dependencies using:
```bash
yarn
#or
npm install
#or
expo install
```Run project:
```bash
yarn start
#or
npm run start
#or
expo start
```## Demonstration
Login
Dashboard
Create appointment
## License
Distributed under the MIT License. See `LICENSE` for more information.
Made with ❤️ by Lissone