Flash Card App
Lab 4
App Description
This week we updated the UI
App Walk-though
Required
- [X] User should see the app icon
- [X] User should see a splash screen
- [X] User should see an flip animation when revealing the answer
- [X] User should see a slide animation when going to the next flashcard
- [X] User should see a slide animation when going to the previous flashcard
- [X] Push code to GitHub
Optional
- [ ] User should see a nicer flaschard with rounded corners, shadows, and animating when showing the first time
- [ ] User should see all views properly layout when using the app on a phone of different sizes
- [ ] Correct answer in multiple choice should be random
Lab 3
App Description
This past week we added the functionality to save the flashcards to the disk so that the data is not lost and the ability to go through all the flashcards that have been made!
App Walk-though
Required
- [x] User can browse through multiple flashcards
- [x] User can re-open the app and see previously created flashcards
- [x] Push code to GitHub
Optional
- [ ] User can delete a flashcard
- [ ] User can edit existing flashcard
- [ ] User can store multiple choice questions
Lab 2
App Description
This past week we added the functionality to add new flashcards!
App Walk-though
Required
- [X] User can open the creation screen
- [X] User can cancel out of the creation screen
- [X] User can enter a new question and answer in the creation screen to then show it on the flashcard
- [X] Push code to GitHub
Optional
- [X] User gets an error if they try to create a new flashcard with no question or answer
- [ ] User can edit existing flashcard
- [ ] User can add multiple choice answers in the creation screen
Lab 1
App Description
Created initial user interface for the Flashcard App
App Walk-though
Required
- [x] Create New Project in Xcode
- [x] Add a view for the front side of the flashcard to display the question
- [x] Add a view for the back side of the flashcard to display the answer
- [x] Build in logic to show the answer side when the card is tapped
- [x] Push code to GitHub
Optional
- [X] Toggle the flashcard between the question side and the answer side
- [X] Style the question and answer side of the card to better distinguish between the two sides
- [ ] Add selectable multiple choice answers beneath the card