A Game Store built with react and stripe integration for payments.
- Built With: React, React-Query, Redux-Toolkit, React-Router, Material UI, Stripe, RAWG API, ITAD API
- Game Store API: https://github.com/RohanShrestha01/game-store-api
- API Used
- For Games Data (RAWG API): https://rawg.io/apidocs/
- For Prices Data (ITAD): https://itad.docs.apiary.io/
- Infinite Scroll in main page
- Paginated Results in category page and search page
- Skeleton Screens when loading data from API
- Bookmarks and Cart saved in browser storage
- Fetched Data Cached by React Query
- Search Functionality
- Payment Gateway Integration with Stripe
- Fully Responsive etc.