Assignment #3 for Udacity React nanodegree program.
UdaciCards is a mobile flashcards application using React Native that allows users to study collections of flashcards. It lets users create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks.
- Clone repository
git clone https://github.com/smarajitdasgupta/UdaciCards.git
- Switch to UdaciCards directory
cd UdaciCards
- install all project dependencies with
yarn
- to run in developer mode
yarn start
- Use Expo IDE to test on Android and iOS simulators
This project was bootstrapped with Create React Native App. You can find more information on how to perform common tasks here.
To view the app select i for IOS simulator. You will need to have Expo available. Alternatively, using the Expo native app, scan the QR code from your terminal to open your project.