项目作者: navid-kalaei

项目描述 :
Flashcard quiz app powered by react-native
高级语言: JavaScript
项目地址: git://github.com/navid-kalaei/flashcards.git
创建时间: 2017-12-05T16:44:45Z
项目社区:https://github.com/navid-kalaei/flashcards

开源协议:MIT License

下载


UdaciFlashcard

A fantastic flashcards app powered by React Native!

About:

This is the last project of the Udacity React Nanodegree powered by React Native and React Native Elements that make you able to create decks of cards and test your self and get a score

If you want to be lazy this app won’t suite you because it sends notifications if you don’t take a quizz each day!
However if your a programmer, go ahead and help your self! You’ll get familiar with react native and some cool features I’ve provided ones you start reading the code. :sunglasses:

Directories and Files:

  1. ├── ./actions
  2. ├── ./actions/constants.js
  3. └── ./actions/decks.js
  4. ├── ./components
  5. ├── ./components/AddCard.js
  6. ├── ./components/AddDeck.js
  7. ├── ./components/AppStatusBar.js
  8. ├── ./components/Deck.js
  9. ├── ./components/Decks.js
  10. ├── ./components/Quiz.js
  11. └── ./components/Result.js
  12. ├── ./config
  13. └── ./config/store.js
  14. ├── ./reducers
  15. ├── ./reducers/decks.js
  16. └── ./reducers/index.js
  17. ├── ./routes
  18. ├── ./routes/MainNavigator.js
  19. └── ./routes/Tabs.js
  20. ├── ./utils
  21. ├── ./utils/api.js
  22. ├── ./utils/colors.js
  23. ├── ./utils/constants.js
  24. └── ./utils/helpers.js
  25. ├── ./App.js
  26. ├── ./app.json
  27. ├── ./App.test.js
  28. ├── ./LICENSE
  29. ├── ./package.json
  30. ├── ./README.md
  31. └── ./yarn.lock

Installation:

Just like any other react projects run yarn install
Not familiar with yarn? Check this out

Start:

  1. Install Expo on your device or setup an emulator.
  2. Start the project yarn start
  3. Wait for packager to start and display a QR code.
  4. Scan the QR with your device.

Test:

  • node: v9.3.0
  • yarn: 1.3.2
  • Hoawei Nova 2: Android 7
  • IPhone 5s: IOS 11
  • Expo: 2.2.0

Licence:

MIT License

Copyright (c) 2017 Navid Kalaei