Project that handles study decks containing a set of cards, these cards have custimized questions and answers that you can create.
This project is built in React Native using Asyncstorage as DB. For a better experience,
run this project in a iOS simulator or mobile. Not tested on Android device
This project was bootstrapped with Create React Native App.
- React Native.
- Vector icons / Expo.
- AsyncStorage / React Native.
There are the first steps to get a launched project:
npm install
: Install all project dependenciesnpm start
: Start the development server
Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache
flag to the start script:
npm start --reset-cache
npm run ios
: Like npm start
, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.