GameZone
GameZone is a web application made using HTML,CSS,PHP and MYSQL. It was created to emulate the transactions between the customer and the vendor in a game store.
To Run
Copy the repo contents to a folder called GAME folder and store it into the ht-docs folder in the XAMPP installation files location. Start the XAMPP server(Both Apache and SQL in order to access PHP myadmin also). Type localhost/GAME/starting.html
Credentials
Employee Login Username: mangal Password: mangal
Customer Login Username: venkat Password: venkat
The registration of the user has not been added. Will implement in the future.
Note
This web application was solely created to learn html, css and php. Its a beginner level project.