UdaciCards is a mobile application (Android or iOS - or both) that allows users to study collections of flashcards. The app will help users to create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks.
This project encompasses the fundamental aspects of building a native application including handling infinite lists, routing, and user input. By building this project, you will gain an understanding of how to use React Native to build an iOS and Android application
- Create new decks (cards categories)
- Add cards to decks
- Flip cards
- Navigate between decks and cards
- Check result and quiz
-
Clone the repository
-
Run
npm install
oryarn
to install in your local machine -
Run
npm run android
oryarn android
to run on the emulator