A budget tracker application built with Next.js and Firebase to manage your finances efficiently.
The Budget Tracker is a web application developed with Next.js and Firebase that allows users to track and manage their expenses and incomes. It provides an intuitive interface to input transactions, categorize them, and visualize spending patterns.
- User Authentication: Secure user authentication and authorization using Firebase Authentication.
- Transaction Management: Add, edit, and delete transactions.
- Categorization: Categorize transactions for better financial organization.
- Visualization: View summarized reports and visualize spending patterns using charts or graphs.
- Real-time Updates: Utilizes Firebase's real-time database capabilities for instant updates.
- Next.js: React framework for building the user interface.
- Firebase: Backend services for authentication, database, and hosting.
- Clone the repository:
git clone https://github.com/ShlomiShitrit/DashboardApp.git - Navigate to the project directory:
cd DashboardApp - Install dependencies:
npm install
- Run the application locally:
npm run dev - Access the application in your browser at
http://localhost:3000
