A modern, responsive web application built with React and TypeScript, designed to provide comprehensive financial management solutions for small and medium-sized businesses.
- Interactive Financial Dashboard
- Profit Tracking and Analysis
- Financial Planning Tools
- Dark/Light Theme Support
- Fully Responsive Design
- Email Subscription System
- Customer Testimonials
- Interactive Charts with Chart.js
- Frontend Framework: React 18
- Language: TypeScript
- Styling: Tailwind CSS
- Charts: Chart.js with react-chartjs-2
- Icons: Heroicons
- Build Tool: Vite
- Package Manager: pnpm
- Node.js (Latest LTS version recommended)
- pnpm package manager
- Clone the repository:
git clone
cd finbiz- Install dependencies:
pnpm install- Start the development server:
pnpm dev- Build for production:
pnpm buildfinbiz/
├── src/
│ ├── Components/
│ │ ├── C_Hero/
│ │ ├── C_Fplan/
│ │ ├── Profit/
│ │ ├── CardsGroup/
│ │ └── C_Testimonials/
│ ├── assets/
│ └── ...
├── public/
├── tailwind.config.js
└── package.json
pnpm dev- Start development serverpnpm build- Build for productionpnpm preview- Preview production buildpnpm lint- Run ESLint