Skip to content

soniikot/Budget-Calculator

Repository files navigation

Next.js Budget Calculator

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.

Features

  • 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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev