Simple Flashcards

Lab 1

App Description

A Flashcards app that you can use to study

App Walk-though


User stories

Required

  • Create New Project in Xcode
  • Add a view for the front side of the flashcard to display the question
  • Add a view for the back side of the flashcard to display the answer
  • Build in logic to show the answer side when the card is tapped
  • Push code to GitHub

Lab 2

App Description

A continuation of the flashcard app where you can now add multiple cards

App Walk-though


Required

  • User can open the creation screen
  • User can cancel out of the creation screen
  • User can enter a new question and answer in the creation screen to then show it on the flashcard
  • Push code to GitHub

📝 NOTE Paste this template at the top of your existing README.md file from the last lab.

Lab 3

App Description

A continuation of the flashcard app where you can now add multiple cards and save them.

App Walk-though


Required

  • User can browse through multiple flashcards
  • User can re-open the app and see previously created flashcards
  • Push code to GitHub