Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
2
commits
In Readme, width for the gif size was too small to see the app demo so the width was increased from 200 to 400.
38b2338View on GitHubUpdated the Readme to include the new features added to the app and updated gif file. In addition, the multiple choice answers are randomized.
07dc82eView on GitHubAdded app icon, splash screen, button icons, and animation to the flashcard and multiple choice buttons.
0015f2fView on GitHubChanged the Readme file to include the new features of the app such as saving and deleting flashcards.
24b7c38View on GitHubFinished implementing the multiple choice button title updates when user creates new flashcards and edit existing ones. Also, implementation to save multiple choice answers in disk.
c62c5b7View on GitHubImplemented another edge case of the deletion of the flashcard, i.e. when user wants to delete the only card on the set it should not be allowed otherwise it will crash the app.
526afe7View on GitHubImplemented the set of flashcards, browsing through flashcards, savings to disk, and reading from disk.
debcdddView on GitHubSaving current status before change. Going to change the tap gesture recognition that enables flipping the flashcard around.
7b77541View on GitHubIncluded the buttons to reappear when the user edits the flashcards, otherwise the extra buttons wouldn't show again if they were clicked prior to editing the flashcard. Updated the gif to show the new changes made to the app, i.e. the optionals. Currently working on how to scramble or randomize the answer because at this point, the second multiple choice contains the correct answer.
e644f22View on GitHubMake the multiple choice buttons reappear when they are hidden after user goes to edit mode.
c5743f6View on GitHubFinished the optionals parts of the lab. Trying to implement randomized answers to avoid predictability in multiple choices.
22c66eeView on GitHub