Coder Social home page Coder Social logo

mobile-flashcards's Introduction

Udacity React Nanodegree React-Native Project -> Mobile Flashcards

This application is built with React Native - and Expo. It is tested only on Android for now.

This is a native iOS and Android application that lets you create quizzes and track your results after taking them. Quizzes are represented by decks which consist of cards, each with a question and an answer. You can create unlimited number of cards for every deck. After completing a quiz you get the number of correct answers as well as percentage of correct answers. If you forget to take a quiz on some day you will get a reminder (local notification) at 8 pm.

Some technologies used in this project:

  • React Native allows to create a native app for both iOS and Android
  • Redux is used for state management in this project
  • Persistent data is stored using AsyncStorage backed by native code
  • Stack and Tab Navigation provided by React Navigation library lets user navigate in the app

Getting Started

To get started with this repository:

git clone with HTTPS

git clone https://github.com/Gunner1905/mobile-flashcards.git

change directory into the cloned repo

cd mobile-flashcards

install the dependencies

npm install

npm start

Runs your app in development mode.

Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache flag to the start script:

npm start --reset-cache
# or
yarn start --reset-cache

npm test

Runs the jest test runner on your tests.

npm run ios

Like npm start, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.

npm run android

Like npm start, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see React Native docs for detailed setup). We also recommend installing Genymotion as your Android emulator. Once you've finished setting up the native build environment, there are two options for making the right copy of adb available to Create React Native App:

mobile-flashcards's People

Contributors

ahmetkarabas avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.