https://github.com/smithg09/flashify
React Native app which allows you to create flashcard decks to test yourself.
https://github.com/smithg09/flashify
decks expo flashcards javascript react reactnative smith
Last synced: 4 months ago
JSON representation
React Native app which allows you to create flashcard decks to test yourself.
- Host: GitHub
- URL: https://github.com/smithg09/flashify
- Owner: smithg09
- Created: 2020-05-12T14:06:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T17:27:42.000Z (over 1 year ago)
- Last Synced: 2024-05-02T06:10:59.619Z (over 1 year ago)
- Topics: decks, expo, flashcards, javascript, react, reactnative, smith
- Language: JavaScript
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
Flashify
This Application allows users to create decks, add cards into the deck and quiz themselves.
Developed using React Naitve.
## Table of Contents
* [About the Project](#about-the-project)
* [Screenshots](#screenshots)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Installation](#installation)
* [Usage](#usage)
* [Contact](#contact)
## About The Project
This Application allows users to create decks, add cards into the deck and quiz themselves.Developed using React , React Naitve , Redux , Expo
This app is the third of three projects required for [Udacity's React Nanodegree program](https://www.udacity.com/course/react-nanodegree--nd019).
This Project is Tested on Android 9+
## Screenshots
### Built With
* [React](https://reactjs.org/)
* [React Native](https://reactnative.dev/)
* [Redux](https://redux.js.org/)
* [Expo](https://expo.io/)
## Getting Started
To get a local copy up and running follow these simple steps.
### Installation
1. Clone the repo
```sh
git clone https://github.com/smithg09/Flashify_React_Udacity.git
```
2. Install NPM packages
```sh
npm install
```
### Usage
Now execute following command :
```sh
expo start OR npm start
```
This will open Expo Developer Tools in the browser. You can then do one of the following.
- Use your device to test:
Scan the QR Code using the Expo Client app ([Expo Client for Android](https://expo.io/tools#client)) from an Android.
- Use an Android Emulator to run the app:
- [Android Emulator Setup](https://docs.expo.io/versions/v33.0.0/introduction/installation/#android-emulator)