Skip to content

A cross-platform mobile app for studying collections of flash cards.

License

Notifications You must be signed in to change notification settings

valentingolchev/mobile-flashcards

Repository files navigation

Mobile FlashCards

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

Mobile FlashCards is cross-patform mobile app for studying collections of cards. The user can create "decks", which are different categories of flashcards, he can also add flashcards to these decks and then take quizzes on them. Additionally the user will get a reminder every evening if he has not completed a single quiz during the day. The app runs on both iOS and Android.

Dependencies

React Navigation

Prop Types

Redux

React Redux

Redux Thunk

React Native Elements

React Native Flip Card

Other Sources

The notification logic was inspired by the UdaciFitness App

Setup

You can replace yarn with npm in all commands:

  1. Install all project dependencies:
$ yarn install
  1. Start the development server:
$ yarn start
  1. Run app on iOS
$ yarn run ios
  1. Run app on Android
$ yarn run android

Create React Native App

This project was bootstrapped with Create React Native App.

You can find information about performing common tasks here.

Expo

For more information about Expo you can refer to docs HERE

Licensing

MIT License Copyright (c) 2018

About

A cross-platform mobile app for studying collections of flash cards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published