Hello and thank you for taking the time to work on this lab!
This lab is an opportunity for us to have a conversation about practices, conventions, and workflow. It will also help us better understand you as a developer. Please use this as a way to communicate through your craft.
- Fork this repo and clone to your computer.
- Create a new Xcode project.
- Allow yourself 2 hours, and work through the development tasks below.
- Please make atomic commits (commit often) as you progress.
- Be sure to provide useful commit messages to illustrate milestones and workflow.
- When finished, submit a Pull Request back to the 'master' branch of this repository.
- Make a calculator iPhone app with the following capabilities:
- Addition
- Substraction
- Multiplication
- Division
- AC (All Clear)
- C (Clear)
- Decimal point entry and calculations
Write unit tests for the project.
Use this area to communicate any thought processes, ideas, or challenges you encountered. If you run out of time you may explain here where you left off and any work or improvements that would still need to be done.