Skip to content

meiyouqing/flashCards

Repository files navigation

Study by flash cards: a react-native project

A mobile application (Android or iOS - or both) that allows users to study collections of flashcards. The app will allow users to create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks.

Licence

Apache 2

用法 USAGE

在根目录安装依赖包,运行 npm start,用安装在手机上的expo扫描二维码

in the root directory of this project, install the packages and run 'npm start'. Then scan the QR code with exop on you phone.

yarn / npm install

yarn start / npm start

By runing successfully you can see and do this:

› Press a to open Android device or emulator, or i to open iOS emulator.

› Press q to display QR code.

› Press r to restart packager, or R to restart packager and clear cache.

› Press d to toggle development mode. (current mode: development)

规格 specifications

Allow users to create a deck which can hold an unlimited number of cards.

Allow users to add a card to a specific deck.

The front of the card should display the question.

The back of the card should display the answer.

Users should be able to quiz themselves on a specific deck and receive a score once they're done.

Users should receive a notification to remind themselves to study if they haven't already for that day.

Releases

No releases published

Packages

No packages published