Skip to content

JosePFs/mobile-flashcards

Repository files navigation

mobile-flashcards

This is the project for Udacity's React Native course.

To get started developing/reviewing right away:

  • install all project dependencies with npm install
  • deploy development environment with npm start

What You're Getting

├── components
│   ├── AddCard.js
│   ├── AddDeck.js
│   ├── Card.js
│   ├── DeckDetail.js
│   ├── Deck.js
│   ├── Decks.js
│   ├── Quiz.js
│   ├── QuizResult.js
│   ├── QuizStatus.js
│   ├── TextButton.js
│   └── TextInput.js
├── utils
│   ├── api.js # Storage function calls.
│   ├── colors.js # Color definitions for appearance.
│   ├── helpers.js # Mainly to create notifications.
│   └── mocks.js # Data only for development purposes.
├── App.js # This is the root of app.
├── app.json # Place for configuring parts of app that don't belong in code.
├── App.test.js # Used for testing. Provided with Create React App. Testing is encouraged, but not required.
├── icon.png # App icon.
├── package.json # npm package manager file. It's unlikely that you'll need to modify this.
└── README.md -This file

Designed for Android and IOs but only tested on Android sdk 23 version and Android device 6.0 Marshmallow.

This project was bootstrapped with Create React Native App.

GNU GENERAL PUBLIC LICENSE version 3 by Free Software Foundation, Inc. converted to Markdown. Read the original GPL v3.

Icon by Dave Gandy from Flaticon is licensed under CC BY 3.0.

About

Udacity React Native project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published