Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.34 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.34 KB

SmartCards

Newcomers that arrive in countries they have never lived in before, usually are overwhelmed and it is tough for them to manage without knowing the dialect that the country uses. SmartCards will allow users to get over this barrier, by actively giving them translations and pictures of certain phrases or words the user wants to learn.

Technologies

This application may not run correctly on Andorid. Waiting for your awesome contribution!

  • Bing Image Search
  • Google Translate
  • React-Native

USAGE

  • Guess the meaning of the word by swiping the cards to left and right
  • Hints will show up when user clicks the card by showing relevant image
  • Look for translation to match with your knowledge!

BUILD/INSTALLATION INSTRUCTIONS

git clone https://github.com/junlee91/react-native-flash-card.git

cd frontend

npm install


cd .. 

cd backend

pip install -r requirements.txt

python database_setup.py

sqlite3 flashcard.db

.read deploy/seed.sql

python app.py

Demo

YouTube Demo

Screenshots

Screenshot

Try it out