https://github.com/jlumbroso/ynab-sandbox-react
https://github.com/jlumbroso/ynab-sandbox-react
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlumbroso/ynab-sandbox-react
- Owner: jlumbroso
- Created: 2022-08-14T17:56:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T18:01:32.000Z (about 3 years ago)
- Last Synced: 2025-01-29T22:33:15.748Z (8 months ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cost Sharing for YNAB
Originally developed by [https://github.com/chelseaSchmidt](@chelseaSchmidt).
Check out the live app here! https: https://cost-sharing-for-ynab.ottom.app Cost Sharing for YNAB is an open-source React web application built to work with YNAB (You Need a Budget), integrating with the YNAB API. Since YNAB, a popular budgeting software, doesn't natively support tracking of a shared credit card account (such as a communal expense credit card shared between partners), YNAB members can use this add-on app to incorporate a shared credit card into their personal budget without making their expenses look inflated. Members authenticate with their existing YNAB credentials via OAuth, allowing the app to connect securely to their account. I'm excited to contribute this add-on feature to the YNAB community!
## Changelog
This fork of the original project is designed to remove all server dependency, and to auto-deploy in GitHub Pages through GitHub Actions.
## Development
- Clone the repository.
- Install all the Node.js dependencies: `npm install`
- Start a local server: `npm start`
- Navigate to http://localhost:3000