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.
- Host: GitHub
- URL: https://github.com/rohanshrestha01/game-store
- Owner: RohanShrestha01
- Created: 2022-09-24T16:48:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T04:51:47.000Z (10 months ago)
- Last Synced: 2024-11-23T01:37:39.984Z (6 months ago)
- Topics: game-store, material-ui, react, react-query, react-router, redux-toolkit, stripe
- Language: JavaScript
- Homepage: https://gamebazaar.netlify.app
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.