A project built in fulfillment of Udacity's React Developer nanodegree program. UdaciCards 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 using those decks. A basic notification system can remind the User to practice every afternoon.
Uses React Native in combo with Expo and Redux.
Bootstrapped with create-react-native-app.
Running this project requires Node. Optionally, Yarn package manager can be installed as well.
Clone the repo and run the command yarn
or npm install
.
(NOTE: development was done using Yarn but either should work)
To launch the development server run the command:
npm start
or
yarn start
This should run expo
providing means to launch various app simulation environments (with usage details listed on-screen.)
React Navigation documentation
and obligatory StackOverflow / Google mention
- Andrew R Chen - Initial work - UncleOptimus
This project is licensed under the MIT License
This project was bootstrapped with Create React Native App.