This is a flash cards app for iOS and Android phones. I built this project from scrap as part of the React Udacity NanoDegree MOOC, of which I joined the first cohort starting july 2017. This was the third and last 'project' out of three, focused on React Native.
-
Pre-requisites:
- git, node.js and yarn (or npm) are installed on you computer.
- Expo app is installed on your phone (iOS or Android), or your computer is running a phone simulator (e.g. Apple XCode, Genymotion, )
-
Clone the files to a local folder
git clone https://github.com/xiaoju/react_nd-03-MobileFlashCards.git -
Install the app:
yarn installornpm install -
Run the app:
yarn startornpm start -
Follow in-app instructions to create flash cards and quiz yourself on them.
- This project was bootstrapped with Create React Native App.
- Local notifications are supported, as per Udacity requirement.
- Testing was done on an iPhone 6.
- As per release 0.1.0, this project passed Udacity review, and I'm not working on it anymore. However, feel free to contact me per email to
me@xiaoju.ioregarding any comments or suggestions. - If you would like to work deeper on this app, I suggest you take the excellent
React Udacity NanoDegreeand create your own version of the project. - Semantic versioning guidelines.
- Udacity style guides.