This project is a budget calculator built using Next.js, which helps users manage their finances by tracking income and expenses. It uses Firebase for backend services and Tailwind CSS for styling.
- Add, edit, and delete income and expense entries
- Calculate total income, total expenses, and net balance
- Responsive design for mobile and desktop
- Firebase integration for data storage and authentication
- Tailwind CSS for easy and modern styling
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev