This project is a financial management dashboard created as an example. It demonstrates modern web development practices using Next.js, React, and various UI components.
- Home dashboard overview with financial metrics
- Income and expense tracking/management
- Category and budget management
- Interactive data visualization
- Real-time financial calculations
- Next.js 15.0 / React 19.0
- TypeScript
- Tailwind CSS
- Shadcn UI Components
- React Context API
- Recharts
- React Hook Form + Zod
- Local Storage
Homepage showing income and expense charts for financial analysis
Expense management interface with options to add new expenses and delete existing ones
Income management interface with features to add and delete income entries
npm install # Install dependencies
npm run dev # Start development server
npm run build # Build for productioncomponents/- UI components and layoutspages/- Next.js pagescontexts/- React contextsstyles/- Global styles and Tailwind confighooks/- Custom React hooks
Author: AtikoSpeed