一个基于 React、Typescript 构建的球鞋比价网站,对比鞋子在 dewu, stockx, goat 三个网站的价格
- 基于 Create React App 搭建
- React、React-hooks
- Typescript
- Axios
- 登录/登出/注册
- 关注/取关/关注列表
- Dewu Trending/Goat Trending
- 搜索功能
- 支持 dewu, goat, stockx, db 搜索接口
- 搜索建议支持 dewu, stockx 搜索接口
- 鞋子详情
- 各尺码价格比较, 支持 dewu, goat, stockx
- 最低价格显示
$ yarn
$ yarn start
$ docker pull jasonzza/sneaker
$ docker run -dp 8000:80 jasonzza/sneaker
$ docker-compose up -d