FlashCardsApp is the 3rd and final project to complete Udacity's React Nanodegree program.
FlashCardsApp allows users to create flash cards to aid in studying regardless of the topic they are trying to grasp. The app allows users to create a deck which represents the general topic, and add cards that contain a question and answer for that deck.
for example:
In the deck titled 'Biology' a user might have a question:
'What group of animals do humans classify as?'
Answer: 'Mammals'
The user can also flip between the question and answer to see if they got the question correct.
- Clone the repository and cd to the appropriate directory.
- Install the required dependencies by running:
npm install
- You may now use an Android or iOS simulator. You can also run the app through Expo by running:
expo start
Either: