- Track accounts, loans, and investments
- Set financial goals
- Toggle views for overview, activity, and planning
- Persistent state with localStorage
- Sleek UI using modern component libraries
- Clone the repository
git clone https://github.com/your-username/budgeting-app.git
cd budgeting-app
- Install dependencies
npm install
- Run the development server
npm run dev
- Ensure ollama is installed and running in the background Install on Mac (skip if complete):
brew install ollama
- Run the ollama service:
ollama serve
- Run the llama3 model (or one of your choosing) (skip if complete):
ollama run llama3