Skip to content

Expense Tracker (Budgetify), your personal finance companion! Manage your expenses, set budgets, and stay on top of your finances with ease.

Notifications You must be signed in to change notification settings

EL-HOUSS-BRAHIM/Budgetify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker 📊💰 (Budgetify)

Welcome to Expense Tracker (Budgetify), your personal finance companion! Manage your expenses, set budgets, and stay on top of your finances with ease.

Demo YouTube Video :

Watch the demo

Table of Contents

Introduction

Budgetify is a feature-rich web application designed to simplify your financial management. Whether you're a budgeting pro or just starting, Expense Tracker offers intuitive tools to help you stay organized and in control of your finances.

With Budgetify, you can:

  • Track Expenses: Add, view, update, and delete expenses effortlessly.
  • Set Budgets: Establish spending limits and monitor your progress.
  • Receive Reminders: Never miss a bill payment or an upcoming expense again.
  • Secure Authentication: Keep your financial data safe with our robust authentication system.

Say goodbye to the hassle of managing spreadsheets or keeping receipts in shoeboxes. Expense Tracker puts your finances at your fingertips, allowing you to focus on what matters most.

Key Features

  • User Authentication: Secure login and registration system to protect your financial data.
  • Expense Management: Add, view, update, and delete expenses with ease.
  • Budget Tracking: Set budgets and track your spending against them to stay within your financial goals.
  • Reminder System: Receive timely reminders for upcoming bills and expenses.
  • Responsive Design: Access Expense Tracker on any device, whether it's your desktop, tablet, or smartphone.

Technologies Used

Budgetify is powered by the following technologies:

  • Backend: Python Flask, SQLAlchemy
  • Frontend: ReactJS, JavaScript, HTML, CSS
  • Database: SQLite (for development), MySQL Cluster (for production)
  • Deployment: Degitalociane, 2 droplets and one db cluster.

Installation

To run Budgetify locally on your machine, follow these steps:

  1. Clone the repository: git clone https://github.com/EL-HOUSS-BRAHIM/Budgetify.git
  2. Navigate to the project directory: cd Budgetify
  3. Install dependencies for the frontend and backend:
    • Frontend: cd frontend && npm install
    • Backend: pip install -r requirements.txt (use venv for better production environment)
  4. Set up the database:
    • Run migrations: flask db upgrade(run config script to save your secret key's and create .env file)
  5. Start the backend server: flask run(in production you can use gunicorn and nginx)
  6. Start the frontend server: npm start(use nginx and socket on linux for production)

That's it! You can now access Budgetify in your web browser at http://localhost:3000 or at your public IP address.

Usage

  1. Register/Login: Create an account or log in to your existing account.
  2. Add Expenses: Record your expenses by entering details such as the amount, category, and date.
  3. Set Budgets: Define spending limits for different categories to manage your finances effectively.
  4. Receive Reminders: Stay on top of your bills and payments with timely reminders.
  5. Explore More: Discover additional features like expense analytics, budget insights, and more!

Contributing

Budgetify is an ALX MVP project by Brahim El Houss. Contributions are welcome! If you'd like to contribute to Expense Tracker, please fork the repository, make your changes, and submit a pull request. Be sure to follow the project's coding conventions and guidelines.

License

Budgetify is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.

About

Expense Tracker (Budgetify), your personal finance companion! Manage your expenses, set budgets, and stay on top of your finances with ease.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors