Stability is a web application built to serve all of your budgeting needs. It helps you plan a budget for a month, track your transactions and deposits, and gives you a graph overview of where you are at with your budget each month.
First started off using react and javascript for our backend. Later on we migrated to using flask and python instead. Our database uses SQL and the frontend uses HTML.
List the key features of your project. For example:
- Feature 1: Able to save username and password securely
- Feature 2: Logs transactions and deposits and remembers then when you login
- Feature 3: Uses user-inputed data to visualize data for better user experience
- Feature 4: Allows you to create budgets and accurately tracks how close you are to the limit
Provide step-by-step instructions on how to set up and run your project locally. Include any dependencies and prerequisites needed.
# Clone the repository
git clone https://github.com/yourusername/yourproject.git
# Navigate to the project directory
cd yourproject
# Install dependencies
pip install -r requirements.txt
# Additional setup steps, if any