Built a cross-platform mobile application (Android or iOS) that allows users to study collections of flashcards. The app will allow users to create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks. This Mobile Flashcards App was bootstrapped with Create React Native App.
Live Preview is not availiable, please follow the procedure bellow to test it on your smartphone.
- This project requires
npm
, if you don't havenpm
installed, check this tutorial: How To Install NPM - This project requires expo on your mobile phone, you may find it in the App store of your platform.
Pick either path:
- Download the
.zip
packet => Click To Download - Extract the downloaded
React-Flashcards-master.zip
to your working directory. - Open terminal
- Open terminal
git clone https://github.com/CCinCapital/React-Flashcards.git
Then proceed:
cd React-Flashcards
npm install
npm start
Now you should see a QR code in your terminal, scan it use expo to load the app onto your phone.
:)