An iOS UIKit app built as part of the CodePath pre-work submission. It features a colorful animated UI with a confetti celebration when the user taps a button.
- π Gradient banner inspired by CodePathβs brand
- π¬ Dynamic label that says βHello, CodePathβ and changes to βYay πβ
- π― Interactive βClick Meβ button
- π Confetti animation using
CAEmitterLayer - π¨ Background color changes smoothly with animation every time the button is tapped
- Building iOS apps using UIKit without Storyboards
- Creating and managing views programmatically
- Using
CAEmitterLayerfor fun particle animations - Animating background color changes
- Pushing code to GitHub from Xcode for the first time
- Recording and embedding GIF demos in a
README.md
- Clone the repository:
git clone https://github.com/subodh10000/Myfirstapp.git
