https://github.com/ovsundal/flashcards
https://github.com/ovsundal/flashcards
react-native redux
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ovsundal/flashcards
- Owner: ovsundal
- Created: 2018-02-16T12:26:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T21:23:59.000Z (over 8 years ago)
- Last Synced: 2025-06-02T20:35:43.853Z (about 1 year ago)
- Topics: react-native, redux
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.