Skip to content

Udacity React Nanodegree MobileFlashCards project submission source code

Notifications You must be signed in to change notification settings

imchetanyadav/react-nd-flashcards

Repository files navigation

This project was bootstrapped with Create React Native App.

To view it in action

  • install all project dependencies with npm install
  • start the development server with npm start
  • scan QR code with expo app and enjoy
  • Tested on Redmi Note 3 (Android Oreo)

Folder Structure

├── .babelrc # babel config.
├── App.js # app starting point.
├── app.json # app config.
├── App.test.js # app test file.
├── package.json # Package manager file.
├── README.md - This file.
├── helpers
│   ├── notifications.js # helper functions for notification.
│   ├── storage.js # helper functions for AsyncStorage.
│   ├── styles.js # styles used all over app.
└── components
    ├── AddCard.js # to add card to deck.
    ├── AddDeck.js # to create new deck.
    ├── Dashboard.js # contains created deck list.
    ├── DeckView.js # actions and details related to a specific deck
    ├── Home.js # contains logic for app stack navigation
    ├── Quiz.js # quiz screen

About

Udacity React Nanodegree MobileFlashCards project submission source code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published