Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbycrosz/videogames_list_mobile-
https://github.com/sbycrosz/videogames_list_mobile-
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbycrosz/videogames_list_mobile-
- Owner: sbycrosz
- Created: 2022-06-29T18:04:57.000Z (over 2 years ago)
- Default Branch: feat/games
- Last Pushed: 2022-06-30T01:37:43.000Z (over 2 years ago)
- Last Synced: 2024-11-13T15:53:52.936Z (2 months ago)
- Language: TypeScript
- Size: 268 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# RAWG Video Game List!
Browse the latest released Playstation 5 games, and view more details about said games.
Features:
- TypeScript
- Minimal clone of RAWG.io
- Functional styling with Tachyons
- Integration testing with react-native-testing-library## Running the app locally
```
$ yarn install$ yarn ios
# Or
$ yarn android
```## Running the app on device
[Expo](https://expo.dev/@sbycrosz/games-db?serviceType=classic&distribution=expo-go)
## Testing
```
yarn test
```