The objective is to allow the user to create decks of flashcards and then quiz themselves using the collected information. It lists all the decks created, allowing the users to select one. Post selection of a deck, the users may add questions to it or quiz themselves.
The app also provides a notification at 2100 hours if the quiz was not taken on the day.
The app was validated by running it on cmd (windows) using "expo start" and then using Expo app on Android phone.
The application requires NodeJS (v12 and above) and npm (Node Package Manager) to be installed.
NodeJS Installation: https://nodejs.org/en/download/
The dependencies can be installed using:
$ cd my-udacity-would-you-rather
$ npm install
The application can be launched by running the following in the cloned folder:
$ npm start
This would launch the application at http://localhost:3000 in the browser.
Enjoy the application !!