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

https://github.com/ifrazaib/gamestoreapp


https://github.com/ifrazaib/gamestoreapp

Last synced: 3 months ago
JSON representation

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