////////////////////////////About Miles Calculator App/////////////////////////////// The objective of the app is for users to store the credit cards they own and advise them which card to use under which circumstances to maximise earning of airline miles.
//////////////////////////How to use the app/////////////////////////////////////
- Select the list of cards you own
- List of cards are stored in memory and displayed under your "wallet of cards"
- Input the type of spending user is making and how much is the expected spend
- The analysis table recommends which card that you own to use and how many miles you can expect to earn
////////////////////////////////KEY LEARNINGS/////////////////////////////////////////
- Usage of different data structures & moving across them: LocalStorage vs. session
- Usage of forms and switching of database base on selected variable
- Perform basic calculations on data retrived