Adds a summary card to the app with tabs for daily, weekly, and monthly views, displaying target spending, actual spending, and remaining spendable amount.
Fixes a type error in Analytics.tsx related to the tickFormatter in the YAxis of the BarChart component. The tickFormatter was receiving a string value instead of a number, causing a TypeScript error. The fix ensures that the value passed to the number formatter is indeed a number.