BudgetBuddy is a budget planner web application which is built using the React JavaScript library. This application allows users to manage their budgets and expenses. The application provides an intuitive interface for creating and managing budgets, adding and editing expenses, and tracking spending over time.
- Create, edit, and delete budgets
- Add, edit, and delete expenses associated with specific budgets
- View a list of all expenses or filter by budget
- User-friendly interface with responsive design
- Real-time updates and feedback using toast notifications
You can view a live demo of the application here.
- Clone the repository:
git clone https://github.com/agrSaket/Budget-Planner.git
- Navigate to the project directory:
cd Budget-Planner
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and navigate to
http://localhost:3000
.
- React.js
- React Router
- React Toastify
- HTML5
- CSS3
- Heroicons
This project is licensed under the MIT License.