A simple and responsive budget tracker web application that helps users manage their income and expenses.
- Add income and expenses
- View current balance
- Filter transactions by month
- Clean and user-friendly interface
- Built with React and Vite
- React
- JavaScript
- HTML & CSS
- Vite
BudgetTracker/ βββ public/ βββ src/ β βββ Components/ β βββ App.jsx β βββ main.jsx βββ index.html βββ package.json βββ vite.config.js
bash Copy Edit
- Clone the repository
git clone https://github.com/nyamanyi22/Buget-Tracker.git cd Buget-Tracker
npm install npm run dev