A simple money management app built using Django, Bootstrap, and Chart.js to track incoming and outgoing expenses.
- Track income and expense transactions
- Visualize financial data using interactive charts
- CRUD operations for transactions
- Responsive design with Bootstrap
- Python (3.x recommended)
- Django
- Dason (Bootstrap Template)
- Chart.js
-
Clone the repository:
git clone https://github.com/bhaveshdev09/budgetbuddy.git
-
Navigate to the project directory:
cd budgetbuddy
-
Install dependencies:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Open your browser and go to http://127.0.0.1:8000/ to access the app.
- Visit the dashboard to view your financial data.
- Use the navigation links to add, edit, and delete income and expense transactions.
Feel free to contribute to the project by creating issues or submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.