Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 2.12 KB

README.md

File metadata and controls

61 lines (45 loc) · 2.12 KB

Image

Expense Vue

Your financial management companion!

ExpenseVue is a simple and intuitive platform that allows users to track their income and expenses, create personalized budgets, and monitor their financial health—all in one place.

🌟 Key Features

  • Robust Backend: Powered by Python and Flask, our backend provides a reliable and scalable server to support all operations.
  • Responsive Design: Fully optimized for use on any device—mobile, tablet, or desktop.
  • Dynamic User Interface: Sleek and modern UI for an enhanced user experience.
  • Global State Management: Efficient state handling using Flux.
  • Reliable Database: Built with SQLAlchemy for secure and robust data management.
  • Bank Data Integration: Seamless integration of banking data, including transfers, through Yapily API.

🚀 Technologies Used

Frontend

  • HTML5: Semantic content structure.
  • CSS3: Custom styles for a responsive design.
  • Bootstrap: Quick components and responsive grid systems.
  • JavaScript: Interactivity and client-side logic.
  • React.js: Reusable components and state management with Flux.

Backend

  • Python: Server-side logic and data handling.
  • Flask: Framework for routing, authentication, and database connections.
  • APIs: Integration of external services, such as bank data and transfers via Yapily.

State & Data Management

  • Flux: Global state management.
  • Custom APIs: Handling transactions, budgets, and expenses securely.

General view

GeneralView

Profile edit

ProfileEdit

Bank connection

BankConnection

Source selection

SourceSelect


Backend Populate Table Users

pipenv run flask insert-test-users 5

🤝 Collaborators