https://github.com/ifrazaib/gamestoreapp
https://github.com/ifrazaib/gamestoreapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ifrazaib/gamestoreapp
- Owner: ifrazaib
- Created: 2025-07-21T06:31:40.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-07-21T07:09:42.000Z (3 months ago)
- Last Synced: 2025-07-21T09:19:38.036Z (3 months ago)
- Language: PHP
- Size: 2.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# đŽ Game Store App
A PHP-based web application for browsing, managing, and purchasing games online. The system includes user authentication, role-based access (admin/users), game management, and a payment module.
---
## đ Features
### đ User Authentication
- Login and session management
- User roles: **Admin** and **Customer**### đ§âđŧ User Categories
- **Admins** can:
- Add new games
- Update game details
- Delete games
- View all users and transactions- **Users** can:
- Browse game listings
- View game details
- Add games to cart
- Proceed to payment### đšī¸ Game Store
- Dynamic display of games
- Categories and filtering (e.g., Action, Puzzle, Racing)
- Search functionality (optional)### đŗ Payment
- Add games to cart
- Checkout with payment simulation### âī¸ Admin Panel
- CRUD operations on games (Create, Read, Update, Delete)
- Manage user accounts (optional)---
## đ ī¸ Tech Stack
| Layer | Technology |
|--------------|----------------|
| Frontend | HTML, CSS, JavaScript |
| Backend | PHP |
| Database | MySQL |
| Server | Apache (XAMPP/WAMP recommended) |---
## đ How to Run Locally
1. **Clone the repository**
```bash
git clone https://github.com/ifrazaib/GameStoreApp.git