Many software engineering teams use daily meetings, known as scrums, to plan their work for the day. Scrums are short meetings where each attendee discusses what they accomplished yesterday, what they are working on today, and any obstacles that might impact their work.
This module guides you through the development of Scrumdinger, an iOS app that helps teams manage their daily scrums. To help keep scrums short and focused, Scrumdinger uses visual and audio cues to indicate when and how long each attendee should speak. The app also displays a progress screen that shows the time remaining in the meeting and creates a transcript that the users can refer to later.
- Clone the project
- Install XCode if not already done
- Install CocoaPods if not already done
- Run
pod install
to install dependencies - Open the project files in XCode
- Start the project in XCode