Finani is a responsive web-based financial management application designed to help individuals and small businesses manage their income and expenses. It provides real-time balance calculations and interactive visualizations using Chart.js for better financial insights.
- 💰 Income & Expense Tracking – Record income and expenses easily.
- 📊 Interactive Charts – Visualize financial data with line, bar, and polar charts.
- 📑 Custom Reports – Generate insights for better financial decisions.
- 📚 Resources Section – Access financial guides and best practices.
- 💡 Pricing Plans – Flexible plans for Basic, Pro, and Enterprise users.
- Frontend: HTML5, CSS3, JavaScript
- Charts & Visualization: Chart.js
- Responsive Design: Mobile-friendly layout with modern UI components
- Clone or download this repository.
- Open
index.htmlin any modern web browser. - Ensure
styles.cssandscript.jsare in the same directory.
├── index.html # Main entry point
├── styles.css # Stylesheet for UI design
├── script.js # JavaScript logic (balance calculation + charts)
Homepage with income & expense tracking, interactive graphs, and pricing plans.
(You can add screenshots here once available, e.g., )
- Add authentication and user accounts
- Store data in a backend (Node.js / Firebase)
- Export financial reports as PDF/Excel