Skip to content

faiza-nazeer/Game-Store-Web-Application

Repository files navigation

image

Game Store Web Application

This is a full-stack web application built to simulate a game store platform. It allows users to browse games, place orders, and manage their accounts. Admin users have additional privileges to manage games, users, and site settings. The project uses HTML, CSS, JavaScript, PHP, and MySQL with XAMPP for local database management.


Features

  • User Authentication: Login and session management for users and admins.
  • Role-based Dashboard:
    • Admin: Manage games, view users and orders.
    • Regular User: Browse games and place orders.
  • CRUD Operations: Create, read, update, delete games and user data.
  • Responsive UI: Clean and interactive design using HTML, CSS, and JavaScript.
  • Database Integration: MySQL database for storing user, order, and game information.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: PHP
  • Database: MySQL (via XAMPP)
  • Tools: XAMPP, Visual Studio Code

Installation

  1. Install XAMPP and start Apache and MySQL servers.
  2. Create a new database, e.g., game_store. Set Up the Database

Open phpMyAdmin by going to:

http://localhost/phpmyadmin/

Click Import → Choose your game_store.sql file → Click Go

  1. Other than readme.md and game_store.sql files , put all other files in folder game_store
  2. Move game_store inside xampp's htdocs folder e.g. C:\xampp\htdocs\game-store
  3. now go to http://localhost/game-store/
  4. open signup.php file

About

A gaming e-commerce platform, demonstrating web development fundamentals, database management, session handling, and role-based access control.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors