A app created by using React Native. Users create decks of cards, which has a question and an answer. Users may then quiz themselves using said decks. An optional daily notification may be sent to the user at a certain time.
Clone the repo
git clone https://github.com/RafaelWeiss/udacity-reactnd-flashcards.git
Change into the udacity-reactnd-flashcards project directory
cd udacity-reactnd-flashcards
Install project dependencies
npm install or yarn install
And start the application using Expo
expo start
When you see the QR code, either Scan QR Code from the expo app or run on either an Android or IOS simulator. ** Note: This project was tested both on a Android Simulator and Android Physical Device
v1.0
- Default project implementation
Rafael Weiss