https://github.com/gbowne1/savvybudget
A React 18.2 and MUI 5.11 Budget, Expense, Bill Tracker for the home
https://github.com/gbowne1/savvybudget
bills budget budgeting expenses household personal tracking
Last synced: 12 days ago
JSON representation
A React 18.2 and MUI 5.11 Budget, Expense, Bill Tracker for the home
- Host: GitHub
- URL: https://github.com/gbowne1/savvybudget
- Owner: gbowne1
- License: mit
- Created: 2023-05-09T20:19:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T02:32:36.000Z (13 days ago)
- Last Synced: 2025-04-11T02:45:40.496Z (13 days ago)
- Topics: bills, budget, budgeting, expenses, household, personal, tracking
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# SavvyBudget
A budget, expenses, and bill tracking application for non-commercial home and personal use.
## Technologies Used
This app is made with:
[](https://www.postgresql.org/)
[](https://expressjs.com)
[](https://react.dev/)
[](https://www.nodejs.com)
[](https://www.mui.com)Bootstrapped with Create-React-App v5 aka react-scripts
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Installation
1. Clone the repository:
```bash
git clone https://github.com/gbowne1/SavvyBudget.git
```
2. Navigate to the project directory:
```bash
cd SavvyBudget
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm start
```## Usage
We recommend using this with Node 18.15.0 or at the bare minimum the latest LTS.
You should already be familiar with React 17 and/or 18, JavaScript ES5/ES6/ES7, and JSX.
Please note that this project is not hosted anywhere yet, and the backend is currently under construction. Use the Create React App development server by running `npm start` inside the root of the project.
## Contributing
If you would like to contribute to this repository, please read our [Contributing](https://github.com/gbowne1/SavvyBudget/blob/main/CONTRIBUTING.md) document. We welcome your pull requests here.
If you would like something to work on, there are plenty of TODOs here:
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.