Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.63 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.63 KB

Mobile Flashcards Udacity

Mobile Flashcards React Native

Project Overview

The app allows users to create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks.


drawing

Usage

  git clone git@github.com:filipenatanael/mobile-flashcards.git
  cd mobile-flashcards
  npm install
  npm start

Stack

  • React & Redux
  • Redux Thunk
  • Styled Components
  • Expo

Architecture

This application was built looking for the best abstraction possible of the functionalities, in order to facilitate the understanding and future maintenance.

Author


@filipenatanael