Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.26 KB

UdaciCards React Native Nanodegree Project

This is a FlashCards App built with React Native, where you can create and remove decks, each deck can have multiple cards with questions and answers, then you can take a quiz and check your score! If you want, you can be notified every day to never forget to take a quiz. Also when you save your decks they will be store in your device so you don't have to add it again.

To download a version for Android: https://expo.io/@danibonilha/flashCards

How to run

To get started first clone this repo, then:

$ cd udacicards
$ npm install
$ npm start

Expo will give the next instructions to run in an emulator/device.

Libraries

These are the main libraries used in this project:

Tested on Devices and Simulators

  • Zenfone 3 Device - Android 8.0
  • Nexus 5 Emulator - Android 7.1
  • iPhone 6 Simulator - iOS 11.4
  • iPhone SE Simulator - iOS 11.4

Create React Native App

This project was bootstrapped with Create React Native App.