/mobile-flashcards

React Native/Redux Flash Cards App

Primary LanguageJavaScript

Mobile Flashcards, React Native/Redux Flashcards App

Table of Contents

Summary

Mobile Flashcards is a flashcards app made with React Native/Redux that I built to practice front end programming and React/Redux as part of my React Nanodegree from Udacity.

It demonstrates my understanding of React native and its components,components life cycle, states and hooks. As well as my understanding ot Redux and its action creators, actions, reducers, helpers and context providers as well as Stack Navigation, Tab Navigation and parameterized navigation.

Technologies

React Native was used for the front end. Redux was used for state management. Stack Navigation/Tab Navigation was used for navigational components

Features

  1. View existing decks

  2. Create new decks

  3. Add cards to existing decks

  4. Start a quiz and test your knowledge yourself

  5. See your score!

Usage and Installation

You can get the project up and running in 2 simple steps.

  1. Use the following command to install the required packages
npm install
  1. Run the app!
expo start