Flashcards is a flashcard application built with React Native for Udacity's React Nanodegree Program - React Native.
You can checkout a live demo of the Flashcards app. Once the simulator has launched, follow these instructions:
- Click "Tap to Play".
- Open with by clicking "Chrome".
- Click "Always".
- Scroll down to and click "Open project using Expo".
- The app should be up and running. Feel free explore.
Sometimes the simulator will not launch due to busy servers. If this happens, you can hit refresh or come back and visit when the servers are less busy.
These instructions will get you a copy of the Flashcards application up and running on your local environment for development and testing purposes.
NODE AND NPM
You will need Node.js and npm on your local environment to download and run this application. Visit https://nodejs.org to learn the specifics on downloading, installing and running Node.js. npm is packaged with Node.js.
REACT NATIVE
You will need React Native on your local environment to download and run this application. Visit https://facebook.github.io/react-native/ to learn the specifics on downloading, intalling and running React Native.
EXPO
You will need EXPO CLI on your local environment to download and run this application. Visit https://expo.io/ to learn the specifics on downloading, intalling and running Expo.
YARN
It is recommended to use Yarn as the package manager for this project. Visit https://yarnpkg.com/en/ to learn the specifics on downloading, intalling and running Yarn.
Clone the project to your local environment
git clone https://github.com/edwdeapri/udacity-flashcards.git
Change to the directory where the project is living on your local environment
cd udacity-flashcards
Install dependencies with the package manager:
npm install
Start the application with the package manager:
npm start or yarn start
The Flashcards application should now be open and running on the default browser.
- React Native - A JavaScript Framework
For the versions available, see the tags on this repository.
- Edward Pritchard - Design / Development
This project is licensed under the MIT License - see the LICENSE file for details.
- Colen Wilson for troubleshooting and testing the application during development.