文件名称:mobile-flashcards:React型闪存卡应用程序
文件大小:88KB
文件格式:ZIP
更新时间:2024-05-31 23:16:22
JavaScript
手机读卡器 使用React Native构建的闪存卡应用程序 此存储库是Udacity的React Native学位计划的一部分,用于Udacity的React Native课程的最终评估项目。 安装 # Clone repository to your local machine git clone https://github.com/joelcolucci/mobile-flashcards # CD into the project directory cd mobile-flashcards # Install dependencies npm install 入门 该应用是使用create-react-native-app创建的。 create-react-native-app提供了一些不同的选项来运行项目。 请参阅下面的摘自create-react-native-app的RE
【文件预览】:
mobile-flashcards-master
----.eslintrc.json(384B)
----utilities()
--------StorageAPI.js(3KB)
--------NotificationAPI.js(2KB)
----.flowconfig(2KB)
----yarn.lock(250KB)
----.babelrc(130B)
----components()
--------DeckListItem.js(593B)
--------Container.js(400B)
--------AppTabBar.js(981B)
--------QuizCard.js(1KB)
--------AppStatusbar.js(477B)
--------DeckList.js(721B)
--------SecondaryButton.js(203B)
--------Card.js(451B)
--------Heading.js(364B)
--------DeckCreateForm.js(1KB)
--------DeckCardCreateForm.js(2KB)
----actions()
--------deckActions.js(4KB)
----test()
--------App.test.js(228B)
----App.js(2KB)
----README.md(3KB)
----screens()
--------DeckQuizScreen.js(3KB)
--------DeckCardCreateScreen.js(1KB)
--------HomeScreen.js(1KB)
--------DeckReadScreen.js(1KB)
--------DeckCreateScreen.js(1004B)
--------AppInfoScreen.js(607B)
----.editorconfig(671B)
----app.json(47B)
----.gitignore(248B)
----.watchmanconfig(3B)
----reducers()
--------deckReducer.js(2KB)
----package.json(1006B)