Mobile app that lets you search for games.
Using IGDB and built with Expo (React Native).
game-search-expo.mp4
Try it out with Expo: https://expo.io/@nunogois/game-search-expo
Or download the app in Releases.
- Check the most popular games
- Search for any game
- See ratings, release dates, platforms and much more info
- See game screenshots
- See similar / recommended games
igdb-api - IGDB Proxy API.
- Create repo;
- Basic setup;
- Setup navigation;
- Setup Redux;
- Setup IGDB proxy API (https://github.com/nunogois/igdb-api);
- Games screen;
- GameItem component;
- Show popular (latest highly rated) games (https://api-docs.igdb.com/#sorting);
- Search component;
- Allow searching;
- Game detail screen;
- Make TypeScript happy;
- Add LICENSE;
- Adapt from Redux to Vercel SWR;
- Adapt to the new igdb-api version;
- Better search behavior;
- Go back to search from details screen (useful in case you're in too deep!);
- Overall polish;