PC Game Store is a complete e-commerce platform built specifically for purchasing PC games. It offers customers the ability to explore a catalog of games, check system compatibility, view trailers, and place orders — all within a sleek, responsive interface. The system also includes a robust admin dashboard with permission control and automation features.
- 🔐 Login / Signup to access and manage accounts
- 🔍 Browse & Search Games by title or filter by genres
- 🎞️ Watch Trailers directly from YouTube
- 💻 View System Requirements (Minimum & Recommended)
- 📱 Responsive Design for mobile, tablet, and desktop
- 🛒 Place Orders and track approval status
- ✅ Download Access after admin approval and successful transaction
- 🎮 See Related Games on each game's detail page to explore similar genre
- 🧾 Approve or Reject Orders placed by customers
- 🕹️ Add / Update Game Info: details, genre, specs, trailer, etc.
- 🖼️ Image Upload Automation:
- Uploads gameplay, profile, and backdrop images to a cloud server
- 🛡️ Access Permission Control:
- Restrict or allow access for co-admins
Tech | Description |
---|---|
Backend logic and routing | |
Database management | |
Structure & layout | |
Styling & responsiveness | |
Frontend interactivity | |
Carousel & sliders |
- PHP >= 7.x
- MySQL
- Web server (XAMPP, LAMP, etc.)
# Clone the repository
git clone https://github.com/thant-zin-aung/pc_game_store.git
cd pc_game_store
# Import the SQL file
# Configure database credentials in `admin_panel/db-connect.php`
# Start PHP development server (optional)
php -S localhost:8000
🔐 OAuth Login (Google/Facebook)
💳 Payment gateway integration
🔔 Email/SMS notifications for order updates
📊 Sales reports & analytics for admin
🌍 Multilingual support
Have ideas to improve the project? Feel free to:
Fork the repo
Open issues
Submit pull requests
Licensed under the MIT License.