Build a Tax Calculator App using Swift & SwiftUI.
Click on the Fork button on the top right of this repository.
git clone https://github.com/Google-Developers-Group-IIIT-Lucknow/DevSphere-App-iOS-Easy.git- Open Xcode
- Click on Open a Project
- Select the cloned folder
👉 Navigate to:
TaxCalculatorLogic.swift
This is where you need to implement all the logic. Ensure correct calculations based on user input.
- Complete the calculator functionality
- Make sure all operations work correctly
- Keep the code clean and readable
- Fork the repository
- Create your branch:
git checkout -b your-branch-name - Commit your changes:
git commit -m "implement tax calculator logic" - Push to the branch:
git push --set-upstream origin your-branch-name - Open a Pull Request