# kuangwei **Repository Path**: chen-yuhao-1/kuangwei ## Basic Information - **Project Name**: kuangwei - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-22 - **Last Updated**: 2021-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目案例 > 技术栈及工具:HTML + CSS + JavaScript + jQuery + art-template + require.js + git + sass + gulp + ...... 电商类项目 实现的页面: - 首页 - 分类(列表)页 - 详情 - 购物车 - 确认订单 - 用户注册 - 用户登录 - ...... ## 购物车功能 - 以数组的方式保存购物车中选购的商品数据 - 每件商品以对象的方式保存具体数据内容,如:id, title, image, price, amount, checked...... - 以本地存储的方式保存购物车数组结构(cookie、webStorage-(localStorage、sessionStorage))