Skip to content

ThoseBygones/Liquid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liquid

A webstore selling games like STEAM

Developed using PHP + MySQL (Using WAMP Server)

Developing Environment & Configuration:

  • WAMP Server 3.2.3 x64
  • Apache 2.4.46
  • HTML5 + CSS3
  • PHP 7.4.9
  • MySQL 5.7.31

Much THANKS to the fellow developers & partners below:

  • Yanxiang Bi (Major Back-end Developer)
  • Tingsan Pan (Assistant of Front-end development)
  • Mingyi Lv (Assistant of Back-end development)

They made contributions to the first version of this project while I am the major Front-end developer of the first version.

I myself finished the development of the 2.0 Version of this project.

项目说明

Liquid 游戏销售平台——STEAM网页版

  • Liquid 游戏销售平台,类似 Steam 的网页版游戏销售平台。

  • 使用 PHP + MySQL (WAMP Server) 开发。

  • 开发环境和配置:

    • WAMP Server 3.2.3 x64
    • Apache 2.4.46
    • HTML5 + CSS3
    • PHP 7.4.9
    • MySQL 5.7.31
  • 特别感谢以下同学/伙伴参与了 1.0 版本的开发:

    • 毕研翔(项目后端的主要开发者)
    • 潘廷三(协助项目前端开发)
    • 吕明逸(协助项目后端开发)

    本人主要负责 1.0 版本前端的开发(主要开发者)。

  • 2.0 版本的前后端开发均由本人独立完成。

项目文件说明

数据库设计

5 张数据表:

  • liquid.sql

    • user (username, pwd, money)

    • game (gameID, gamename, gameprice)

    • shoppinglist (username, gameID)

    • usergame (username, gameID)

    • review (reviewID, username, nickname, email, gameID, evaRank, content, anonymous, open)

页面文件

前端页面(共 9 个)

6HTML 文件,3PHP 文件

后台处理页面(共 9 个)

9PHP 文件

版本及更新

  • 2.0 版本:

    • 重新设计的数据库的表。将数据库的表从原来的 4 张扩充到现在的 5 张,增加了评论内容的表 review
    • **修改展示评论(review)的页面。**将原来展示静态(固定)的评论内容改为展示从数据库中获取到的评论信息。
    • **修改评论页面,增加评论功能。**实现了在页面上填写评论信息并提交保存到数据库的功能。
    • 将某些命名不规范的网页文件重新命名。
    • 完善网站,解决了一些逻辑和显示的 bug 。
  • 1.0 版本:

网站展示

  • 主页(index.html):

  • 侧边栏效果:

  • 注册页面:

  • 登录页面:

  • 个人中心:

  • 游戏列表:

  • 购物车:

  • 下单支付:

  • 充值:

  • 提交评论模块:

About

A web-store of games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 33.1%
  • SCSS 24.2%
  • HTML 20.7%
  • PHP 15.1%
  • JavaScript 6.9%