Wang xinyangavatar

2024/06/19

Finance Saas platform

This is a Finance-Saas project written by Nextjs14 and React18.

Main Features

  • Build with Nextjs14
  • Data validator with zod
  • Authentication by clerk
  • Interactive dashboard page
  • Changeable chart types
  • Accounts and Date filters
  • Hono api interfaces
  • Custom React form
  • CSV file import
  • CSS with Tailwindcss and Shadcn UI
  • NenoDB and Drizzle ORM
  • Deployed on Vercel

How to Run

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.