React Native开发

原力甩卡 (React) 在两个不同的页面中传送卡片

2020-02-22  本文已影响0人  landmadename

Flying Cards

原力甩卡

如果开两个网页,就可以来回传送卡片。

如果拿两台手机,都打开这个网站,也可以来回传送卡片。

Preview

虽然原理很简单,但是我觉得这个效果很有趣。


image

Demo

http://flyingcards.fastbreakfast.top/

在两个页面(设备)中打开这个网站。
在输入框里输入对应的号码,点击connect。也可以点random。
如果一个页面被清空了,就可以开始滑动啦。

Github

https://github.com/landmadename/Flying-Cards

Usage

Installation

首先,你需要安装一个redis

git clone https://github.com/GavBaros/react-tinder-cards.git
cd Flying-Cards/react-cards
npm install
npm start

# 再开一个终端,或者把npm start放到后台

cd Flying-Cards/mysite
mkvirtualenv flyingcards
pip install -r requirements.txt
python3 manage.py runserver

# 修改 Flying-Cards/react-cards/src/index.js 里 150行 domin 为自己的地址
# 直接打开 http://localhost:3006/
# 或者部署

Acknowledgements

上一篇 下一篇

猜你喜欢

热点阅读