Skip to content

Latest commit

 

History

History

10-iExpense

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

iExpense

Project 7
Author: Zai Santillan
Feb 10, 2023 - Friday

<< 09-Milestone 2 | 11-Moonshot >>

📝 What I Learned

UserDefaults, @AppStorage, Codable, sheet(), onDelete(), @StateObject, @ObservedObject, @Published

Notes - Day 36 to 38

🏆 Challenges

  1. Use the user’s preferred currency, rather than always using US dollars.

    🔗 Solution

  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.

    🔗 Solution

  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!

    🔗 Solution

Pull Request

📷 Screenshots

Screenshot

Demo

Resources

<< 09-Milestone 2 | 11-Moonshot >>