Skip to content

raafaelima/iOSTDDWorkshopSkeleton

Repository files navigation

iOS TDD Workshop: Build your App Using Tests!

Skeleton of iOS TDD Workshop with Quick and Nimble

Pre-Requisites:

You will need an App Store account to download Xcode, use this link to download it on your Mac computer.

What we will build 👩‍💻:

FizzBuzz Game: A fun new take on the classic FizzBuzz game. Count as high as you can before the time runs out.

The aim of the game is to count up as high as you can before time runs out, starting at 1.

  • If the next number is a multiple of 3, tap the “Fizz” button.
  • If the next number is a multiple of 5, tap the “Buzz” button.
  • If the next number is a multiple of 3 AND 5, tap the “FizzBuzz” button.

FizzBuzz game

The app is available to download free from the App Store made by Yvette Cook and we will be building a very similar game. You can and should try it out before the Workshop.

What you will Learn 🎉:

  • Build/Run an app with Xcode
  • Build/Run Unit and UI Tests with Quick and Nimble with XCode
  • Create Custom Views and View Controllers
  • Create Custom Data Models through Structures
  • How to pass information through Controllers
  • Use Timers and Notifications
  • Test your sources with Quick and Nimble
  • Use Fastlane to automate the Tests process

Learn More 🤓:

To prepare for the workshop or to keep learning swift after it we recommend this guides

About

Skeleton of iOS TDD Workshop with Quick and Nimble

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors