An open API service indexing awesome lists of open source software.

https://github.com/rohanshrestha01/game-store

Game Store built with react and stripe integration for payments.
https://github.com/rohanshrestha01/game-store

game-store material-ui react react-query react-router redux-toolkit stripe

Last synced: 4 months ago
JSON representation

Game Store built with react and stripe integration for payments.

Awesome Lists containing this project

README

        

# Game Store

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/

## Features

1. Infinite Scroll in main page
2. Paginated Results in category page and search page
3. Skeleton Screens when loading data from API
4. Bookmarks and Cart saved in browser storage
5. Fetched Data Cached by React Query
6. Search Functionality
7. Payment Gateway Integration with Stripe
8. Fully Responsive etc.