This a mobile flashcards application built using React Native. It was the third and final project of the Udacity React Nanodegree Program. The app has been tested on both iOS and Android device simulators.
In order to run this application on your local computer, do the following:
- Point your browser to https://github.com/webdevmateo/mobile-flashcards.
- Once there, click on the green "Clone or download" button.
- Then, you can either clone the repository or download a .zip file to your local computer.
- When you have local access, do the following:
- Launch a command line tool, such as Terminal.
- Navigate to the project's root directory, and run the following commands:
yarn install
yarn start
orexpo start
- Visit the site in your browser at
http://localhost:19002/
. - Please note that you will need to have access to iOS and/or Android simulators in order to view the application on your computer.
- You can also download and view the app on your phone by using the Expo app:
This project was created using the following dependencies: