Update

This project is not maintained anymore and it has been archived.

UdaciCards Project

The third and last project in the React Nanodegree course is a mobile application that allows users to study collections of flashcards. The app will allow users to create different categories of flashcards called 'decks', add flashcards to those decks, then take quizzes on those decks.

Getting Started

This project has been created usning create-react-native-app. To install the application, you can (fork and) download it and then run the command npm install from your console. To launch it, after the installation has successfully complete, launch it with the command npm start. yarn can be used in place of npm.

Built With

  • React Native - A framework for building native apps using React
  • React - A JavaScript library fro building user interfaces
  • Redux - A predictable state container for JavaScript apps
  • React Navigation - A library for an extensible yet easy-to-use navigation solution
  • Expo - A set of tools, libraries and services which let you build native iOS and Android apps by writing JavaSript
  • Genymotion Android Emulator - An easy and very powerful Android emulation platform for app developers and testers

Author

Notes

IMPORTANT: This app has only been tested on an Android device (a Samsung S6, through an emulator) and not on any iOS phone or emulation platform.

Why this project? This app has been created as the final project for the React Nanodegree at Udacity and encompasses the fundamental aspects of building a native application including handling infinite lists, routing and user input. By building it, students of the React Nanodegree Program at Udacity will gain an understanding of how to use react Native to build an iOs and Android application. Although the emulation platform is not strictly speaking a building tool, I included it because of its importance in this work.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments