An open API service indexing awesome lists of open source software.

https://github.com/ovsundal/flashcards


https://github.com/ovsundal/flashcards

react-native redux

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Project Flashcards

This project is an app with flashcards, made in React-Native. A deck can be made, and questions can be added to the deck.
Then, the questions from the flashcards can be run as a quiz. The project was tested on the Android platform.

## Installation

To install, use `npm install` and `npm start` to start the project.
Alternatively, use `yarn install` and `yarn start` to start the project.

This project was bootstrapped with [Create React-Native-App](https://github.com/react-community/create-react-native-app).

#### Motivation

This project is the third and final part of Udacitys React nanodegree.