A basic React Native flashcards app for the Udacity React Developer Nanodegree. This app has been tested for iOS only and focuses on meeting minimal functionality standards for the course.
git clone https://github.com/tyhopp/urcards
cd urcards
--OR--
- Follow the prompt to launch the projects on the Xcode or Android simulators.
Make sure you have CLI tools selected in Xcode to run.
This project uses remote-redux-devtools
by zalmoxisus, whereby the Redux developer tools are made available at http://remotedev.io/local/. React developer tools are available via the Expo client by enabling them in the developer menu.
This project uses redux-persist
by rt2zz to interact with the AsyncStorage API and store data locally on the device. Expo push notifications are used to remind the user at 8AM every day to complete a quiz.
This project was built with React Native/Redux/Expo and bootstrapped with create-react-native-app
, alongside the incredible work of many other open source contributors.
MIT License
Copyright (c) 2018 Ty Hopp