FlashCards mobile application in React Nanodegree program
UdaciCards is mobile application (Android or iOS ) that allows users to study collections of flashcards. The app allow users to create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks.
- Clone the repo and install all the dependencies:
git@github.com:niyobobo/reactnd-mobile-flashcards.git
- Change the directory to the repository
cd reactnd-mobile-flashcards
- Install all project dependencies by one of the following commands:
yarn install
npm install
- Start the application
yarn start
This application is build using expo.
The application has been tested on iPhone 11 Pro Max simulator
and Android emulator with Android 10
. it works well on both phones