一个移动端友好的食品订购网页应用,灵感来自美团外卖的交互设计。
- 响应式移动端布局
- 左右联动的分类和商品列表
- 动态购物车功能
- 平滑的滚动和交互效果
- HTML5
- CSS3
- Vanilla JavaScript
- 克隆仓库
git clone https://github.com/sun409377708/mobile-food-ordering.git- 进入项目目录
cd mobile-food-ordering- 使用任意 HTTP 服务器运行,例如 Python 的 HTTP 服务器:
python -m http.server 8080- 在浏览器中访问
http://localhost:8080
MIT