Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add Claude Finance - comprehensive personal finance app #5

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

Open
RafiulM wants to merge 2 commits into main
base: main
Choose a base branch
Loading
from feature/kimi-finance-fullstack-app
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: app name
  • Loading branch information
RafiulM committed Aug 26, 2025
commit 7f8eb7b924f5e3a5d285d59c0461d94d1311cef0
2 changes: 1 addition & 1 deletion app/page.tsx
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Home() {
<div className="flex items-center space-x-3">
<DollarSign className="h-12 w-12 text-primary" />
<h1 className="text-4xl sm:text-5xl lg:text-6xl font-bold">
Claude Finance
Kimi Finance
</h1>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion components/finance-chart.tsx
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client"

import { Area, AreaChart, CartesianGrid, ResponsiveContainer, Tooltip, XAxis, YAxis } from "recharts"
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"
import { ChartContainer, ChartTooltipContent } from "@/components/ui/chart"
Expand Down Expand Up @@ -79,4 +81,4 @@ export function FinanceChart() {
</CardContent>
</Card>
)
}
}

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /