A React-based web application for browsing games by platform and store.
This project is created for testing and learning purposes only. It is not intended for production use. All data included in this project is provided for testing only. Using this data or this project for any fraudulent, abusive, or illegal purpose is strictly prohibited. I am not responsible for any misuse of this project or its data. This application is for testing only and must not be treated as a production-ready system.
- Browse games by category and platform
- Navigate through dashboard and detail views
- Responsive UI built with Material UI components
- Client-side routing with React Router
- React 18
- React Router 6
- Material UI (MUI)
- Create React App
- ESLint and Prettier
- Node.js (v18 or newer recommended)
- npm
npm installnpm startnpm run buildnpm start
npm test
npm run build
npm run lint
npm run lint:fix
npm run format
npm run format:checksrc/main frontend source codesrc/Component/pages and reusable UI componentssrc/Component/Dashboard/dashboard-related viewssrc/img/static images and assetspublic/static public filesapi/backend or serverless-related files
- This repository may include experimental or incomplete implementations.
- Do not deploy this project to a production environment as-is.