https://github.com/theogrammer/lab-2
Lab 2: Flashcard App
https://github.com/theogrammer/lab-2
Last synced: 2 months ago
JSON representation
Lab 2: Flashcard App
- Host: GitHub
- URL: https://github.com/theogrammer/lab-2
- Owner: theogrammer
- Created: 2020-03-06T21:31:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T21:32:53.000Z (about 5 years ago)
- Last Synced: 2025-01-17T21:42:57.880Z (4 months ago)
- Size: 706 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## laboratorio
## Lab 2
### App Description
Lab 2: Flashcard App### App Walk-though
## Required
- [x] User can click on a ‘+’ button that takes the user to new ‘Add Card Screen’
- [x] The 'Add Card Screen' has a cancel button to take the user back to the main screen
- [x] User can enter and submit a Question and Answer through the 'Add Card Screen'
- [x] User will see the card they just created on the main screen when they press the 'Save Button'
- [x] Push your progress to GitHub!## Optional
- [x] User can edit a card
- [ ] An error message is shown if the user doesn't enter both a Question and an Answer
- [ ] A notification is shown if the card was created successfully
- [ ] User can also enter multiple choice answers when creating a card
- [ ] App is further styled and customized!