Skip to content

benjaminrsalgado/Contador

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

📱 Super Pro Counter

A small SwiftUI project to count how many times you press a button simple, fun, and a great practice for SwiftUI animations and state management!


🎮 How It Works

Just open the app and tap the "Aumentar" button (means Increase in Spanish).
Each tap:

  • 🔢 Increases the counter.
  • 🌀 Triggers a smooth scale animation.
  • ✍️ Updates the message below the number.

🛠️ Built With

  • Swift 5
  • SwiftUI
  • @StateObject and ObservableObject for state management
  • Animations using .scaleEffect and .onChange
  • Custom UI with LinearGradient backgrounds

📸 Screenshot

Screenshot of Super Pro Counter Screenshot of Super Pro Counter

🧪 How to Run

  1. Open the project in Xcode 15 or later.
  2. Run on a simulator or a real device.
  3. Tap the button and enjoy the animation!

✨ Author

Made by Benjamin Salgado just having fun learning SwiftUI! 🚀
Thanks for checking this out!

About

A fun SwiftUI app that counts how many times you tap a button, with animations and gradient UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages