Sneaker
一个基于 React、Typescript 构建的球鞋比价网站,通过搜索对比鞋子在 dewu, stockx, goat 三个网站的价格
Install / Use
/learn @Jasonzj/SneakerREADME
React Sneaker
一个基于 React、Typescript 构建的球鞋比价网站,对比鞋子在 dewu, stockx, goat 三个网站的价格
API
技术桟
- 基于 Create React App 搭建
- React、React-hooks
- Typescript
- Axios
功能列表
- [x] 登录/登出/注册
- [x] 关注/取关/关注列表
- [x] Dewu Trending/Goat Trending
- [x] 搜索功能
- [x] 支持 dewu, goat, stockx, db 搜索接口
- [x] 搜索建议支持 dewu, stockx 搜索接口
- [x] 鞋子详情
- [x] 各尺码价格比较, 支持 dewu, goat, stockx
- [x] 最低价格显示
使用
$ yarn
$ yarn start
Docker 容器运行
docker
$ docker pull jasonzza/sneaker
$ docker run -dp 8000:80 jasonzza/sneaker
docker-compose
$ docker-compose up -d
