This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Important rules you HAVE TO FOLLOW | |
- Always add debug logs & comments in the code for easier debug & readability | |
- Every time you choose to apply a rule(s), explicitly state the rule{s} in the output. You can abbreviate the rule description to a single word or phrase | |
# Project structure | |
- All the files go inside /tip tracker | |
- The main swift file is tip_trackerApp.swift | |
# Tech Stack | |
- SwiftUI for frontend (Fallback with UIKit if absolutely necessary) |