UdaciCards
is a flashcard appliation build with React Native. Users can create decks, add cards to decks, and take quizzes.
The purpose of this project is to gain insight into using React Native to build an iOS and Android application, handling infinite lists, routing, and user input.
- Install all project dependencies with
yarn install
- Start the development server with
yarn start
- IOS emulator (Iphone 6, IOS 11.4)
- Android emulator (Nexus_6_API_27)
- react
- react-native
- react-navigation
- react-redux
- redux
- redux-thunk
This project was bootstrapped with Create React Native App.