https://github.com/mariorcardoso/udaci-cards
Mobile flashcard app built with React Native
https://github.com/mariorcardoso/udaci-cards
react react-native redux
Last synced: 3 months ago
JSON representation
Mobile flashcard app built with React Native
- Host: GitHub
- URL: https://github.com/mariorcardoso/udaci-cards
- Owner: mariorcardoso
- License: mit
- Created: 2017-12-23T16:03:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T16:09:49.000Z (over 8 years ago)
- Last Synced: 2025-01-03T18:12:53.303Z (over 1 year ago)
- Topics: react, react-native, redux
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# UdaciCards
This is the last project of React Nanodegree Program. This project allows users to study collections of flashcards. Users can create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks.
## Install and Start
To get it up and running just run the following instructions:
* install all project dependencies with `yarn install`
* launch the app with `yarn start`
## Requirements
The app was tested and developed using an IOS device and might not work or look that well on Android.
## Create React App
This project was bootstrapped with [Create React Native App](https://github.com/react-community/create-react-native-app).
## License
This project is released under the [MIT License](https://opensource.org/licenses/MIT).