Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(iExpense): add challenges #7

Merged
merged 12 commits into from
Feb 10, 2023
Merged

feat(iExpense): add challenges #7

merged 12 commits into from
Feb 10, 2023

Conversation

plskz
Copy link
Owner

@plskz plskz commented Feb 9, 2023

Challenges

  1. Use the user’s preferred currency, rather than always using US dollars.
  2. Modify the expense amounts in ContentView to contain some styling depending on their value – expenses under $10 should have one style, expenses under $100 another, and expenses over $100 a third style. What those styles are depend on you.
  3. For a bigger challenge, try splitting the expenses list into two sections: one for personal expenses, and one for business expenses. This is tricky for a few reasons, not least because it means being careful about how items are deleted!

Screenshot

image image

@plskz plskz merged commit 86a75ac into main Feb 10, 2023
@plskz plskz deleted the feat/day38 branch February 10, 2023 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant